Class GsonObjectMapper.ZonedDateAdapter

  • All Implemented Interfaces:
    com.google.gson.JsonDeserializer<java.time.ZonedDateTime>, com.google.gson.JsonSerializer<java.time.ZonedDateTime>
    Enclosing class:
    GsonObjectMapper

    private static class GsonObjectMapper.ZonedDateAdapter
    extends GsonObjectMapper.DateTimeAdapter<java.time.ZonedDateTime>
    • Constructor Detail

      • ZonedDateAdapter

        private ZonedDateAdapter()