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