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