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