Package de.xima.fc.helper
Class GsonJavaTimeAdapter.LocalDateAdapter
java.lang.Object
com.google.gson.TypeAdapter<LocalDate>
de.xima.fc.helper.GsonJavaTimeAdapter.LocalDateAdapter
- Enclosing class:
- GsonJavaTimeAdapter
public static class GsonJavaTimeAdapter.LocalDateAdapter
extends com.google.gson.TypeAdapter<LocalDate>
Type adapter for
LocalDate
. Serialized representation is a JSON object with the year
,
month
, and day
properties.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.google.gson.TypeAdapter
fromJson, fromJson, fromJsonTree, nullSafe, toJson, toJson, toJsonTree
-
Constructor Details
-
LocalDateAdapter
public LocalDateAdapter()
-
-
Method Details
-
read
- Specified by:
read
in classcom.google.gson.TypeAdapter<LocalDate>
- Throws:
IOException
-
write
- Specified by:
write
in classcom.google.gson.TypeAdapter<LocalDate>
- Throws:
IOException
-