Class GsonJavaTimeAdapter.OffsetDateTimeAdapter

  • Enclosing class:
    GsonJavaTimeAdapter

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