Class GsonJavaTimeAdapter.OffsetTimeAdapter

  • Enclosing class:
    GsonJavaTimeAdapter

    public static class GsonJavaTimeAdapter.OffsetTimeAdapter
    extends com.google.gson.TypeAdapter<OffsetTime>
    Type adapter for OffsetTime. Serialized representation is a JSON object with the totalSeconds, hour, minute, and second, and nano properties.
    Since:
    7.0.0
    Author:
    XIMA MEDIA GmbH
    • Constructor Detail

      • OffsetTimeAdapter

        public OffsetTimeAdapter()