Package io.sentry
Class SentryLockReason.Deserializer
java.lang.Object
io.sentry.SentryLockReason.Deserializer
- All Implemented Interfaces:
JsonDeserializer<SentryLockReason>
- Enclosing class:
- SentryLockReason
public static final class SentryLockReason.Deserializer
extends Object
implements JsonDeserializer<SentryLockReason>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription@NotNull SentryLockReason
deserialize
(@NotNull ObjectReader reader, @NotNull ILogger logger)
-
Constructor Details
-
Deserializer
public Deserializer()
-
-
Method Details
-
deserialize
@NotNull public @NotNull SentryLockReason deserialize(@NotNull @NotNull ObjectReader reader, @NotNull @NotNull ILogger logger) throws Exception - Specified by:
deserialize
in interfaceJsonDeserializer<SentryLockReason>
- Throws:
Exception
-