Class AwsIotJsonDeserializer
java.lang.Object
com.amazonaws.services.iot.client.shadow.AwsIotJsonDeserializer
This is a customized JSON deserializer for deserializing the delta update
document from the shadow.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddeserialize(AbstractAwsIotDevice device, String jsonState) static longdeserializeVersion(AbstractAwsIotDevice device, String jsonState)
-
Constructor Details
-
AwsIotJsonDeserializer
public AwsIotJsonDeserializer()
-
-
Method Details
-
deserialize
- Throws:
IOException
-
deserializeVersion
public static long deserializeVersion(AbstractAwsIotDevice device, String jsonState) throws IOException - Throws:
IOException
-