Class GsonJavaTimeAdapter.ZonedDateTimeAdapter

java.lang.Object
com.google.gson.TypeAdapter<ZonedDateTime>
de.xima.fc.helper.GsonJavaTimeAdapter.ZonedDateTimeAdapter
Enclosing class:
GsonJavaTimeAdapter

public static class GsonJavaTimeAdapter.ZonedDateTimeAdapter extends com.google.gson.TypeAdapter<ZonedDateTime>
Type adapter for ZonedDateTime. Serialized representation is a JSON object with the year, month, day, hour, minute, and second, nano, and id or totalSeconds properties.
Since:
7.0.0
Author:
XIMA MEDIA GmbH