DateDeserializer

com.anywherecommerce.android.sdk.util

Class DateDeserializer

  • java.lang.Object

  • com.anywherecommerce.android.sdk.util.DateDeserializer

  • public class <span class="typeNameLabel">DateDeserializer</span>
    extends java.lang.Object
    

    Created by ankit on 31/1/18.

Constructor Summary

  Constructor and Description`<span class="memberNameLink">

DateDeserializer()`

Method Summary

  Modifier and TypeMethod and Description`java.util.Date````
  <span class="memberNameLink">

deserialize(JsonElement jsonElement,
java.lang.reflect.Type type,
JsonDeserializationContext jsonDeserializationContext)
```

Methods inherited from class java.lang.Object

        `clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait`

Constructor Detail

DateDeserializer

        `public DateDeserializer()`

Method Detail

deserialize

        ```
        public java.util.Date deserialize(JsonElement jsonElement,
                                          java.lang.reflect.Type type,
                                          JsonDeserializationContext jsonDeserializationContext)
                                   throws JsonParseException
        ```
        Throws:`JsonParseException`