Class GsonJavaTimeAdapter.LocalDateTimeAdapter

  • Enclosing class:
    GsonJavaTimeAdapter

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