Class ZoneIdDeserializer
java.lang.Object
io.goodforgod.gson.configuration.deserializer.ZoneIdDeserializer
- All Implemented Interfaces:
com.google.gson.JsonDeserializer<ZoneId>
- 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
-
ZoneIdDeserializer
public ZoneIdDeserializer()
-
-
Method Details
-
deserialize
public ZoneId 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<ZoneId>- Throws:
com.google.gson.JsonParseException
-