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