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