Class InstantConverter
java.lang.Object
org.mbari.vars.vampiresquid.sdk.r1.etc.gson.InstantConverter
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondeserialize
(com.google.gson.JsonElement jsonElement, Type type, com.google.gson.JsonDeserializationContext jsonDeserializationContext) com.google.gson.JsonElement
serialize
(Instant instant, Type type, com.google.gson.JsonSerializationContext jsonSerializationContext)
-
Constructor Details
-
InstantConverter
public InstantConverter()
-
-
Method Details
-
deserialize
public Instant deserialize(com.google.gson.JsonElement jsonElement, Type type, com.google.gson.JsonDeserializationContext jsonDeserializationContext) throws com.google.gson.JsonParseException - Specified by:
deserialize
in interfacecom.google.gson.JsonDeserializer<Instant>
- Throws:
com.google.gson.JsonParseException
-
serialize
-