Class ZonedDateTimeDeserializer
java.lang.Object
io.goodforgod.gson.configuration.deserializer.ZonedDateTimeDeserializer
- All Implemented Interfaces:
com.google.gson.JsonDeserializer<ZonedDateTime>
public class ZonedDateTimeDeserializer
extends Object
implements com.google.gson.JsonDeserializer<ZonedDateTime>
- Since:
- 25.04.2021
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondeserialize(com.google.gson.JsonElement json, Type typeOfT, com.google.gson.JsonDeserializationContext context)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
ZonedDateTimeDeserializer
public ZonedDateTimeDeserializer() -
ZonedDateTimeDeserializer
-
-
Method Details
-
deserialize
public ZonedDateTime deserialize(com.google.gson.JsonElement json, Type typeOfT, com.google.gson.JsonDeserializationContext context) throws com.google.gson.JsonParseException - Specified by:
deserializein interfacecom.google.gson.JsonDeserializer<ZonedDateTime>- Throws:
com.google.gson.JsonParseException
-