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