Package de.xima.fc.helper
Class GsonJavaTimeAdapter.PeriodAdapter
java.lang.Object
com.google.gson.TypeAdapter<Period>
de.xima.fc.helper.GsonJavaTimeAdapter.PeriodAdapter
- Enclosing class:
- GsonJavaTimeAdapter
Type adapter for
Period
. Serialized representation is a JSON object with the years
and
month
, and days
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
-
PeriodAdapter
public PeriodAdapter()
-
-
Method Details
-
read
- Specified by:
read
in classcom.google.gson.TypeAdapter<Period>
- Throws:
IOException
-
write
- Specified by:
write
in classcom.google.gson.TypeAdapter<Period>
- Throws:
IOException
-