Package de.xima.fc.helper
Class GsonJavaTimeAdapter.InstantAdapter
- java.lang.Object
-
- com.google.gson.TypeAdapter<Instant>
-
- de.xima.fc.helper.GsonJavaTimeAdapter.InstantAdapter
-
- Enclosing class:
- GsonJavaTimeAdapter
public static class GsonJavaTimeAdapter.InstantAdapter extends com.google.gson.TypeAdapter<Instant>
Type adapter forLocalDate. Serialized representation is a JSON object with thesecondsandnanosproperties.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
-
-
Constructor Summary
Constructors Constructor Description InstantAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Instantread(com.google.gson.stream.JsonReader in)voidwrite(com.google.gson.stream.JsonWriter out, Instant value)
-
-
-
Method Detail
-
read
public Instant read(com.google.gson.stream.JsonReader in) throws IOException
- Specified by:
readin classcom.google.gson.TypeAdapter<Instant>- Throws:
IOException
-
write
public void write(com.google.gson.stream.JsonWriter out, Instant value) throws IOException- Specified by:
writein classcom.google.gson.TypeAdapter<Instant>- Throws:
IOException
-
-