Package io.sentry.protocol
Class Device.DeviceOrientation.Deserializer
- java.lang.Object
-
- io.sentry.protocol.Device.DeviceOrientation.Deserializer
-
- All Implemented Interfaces:
JsonDeserializer<Device.DeviceOrientation>
- Enclosing class:
- Device.DeviceOrientation
public static final class Device.DeviceOrientation.Deserializer extends java.lang.Object implements JsonDeserializer<Device.DeviceOrientation>
-
-
Constructor Summary
Constructors Constructor Description Deserializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull Device.DeviceOrientation
deserialize(@NotNull JsonObjectReader reader, @NotNull ILogger logger)
-
-
-
Method Detail
-
deserialize
@NotNull public @NotNull Device.DeviceOrientation deserialize(@NotNull @NotNull JsonObjectReader reader, @NotNull @NotNull ILogger logger) throws java.lang.Exception
- Specified by:
deserialize
in interfaceJsonDeserializer<Device.DeviceOrientation>
- Throws:
java.lang.Exception
-
-