Class GsonJavaTimeAdapter.YearMonthAdapter

  • Enclosing class:
    GsonJavaTimeAdapter

    public static class GsonJavaTimeAdapter.YearMonthAdapter
    extends com.google.gson.TypeAdapter<YearMonth>
    Type adapter for YearMonth. Serialized representation is a JSON object with the year and month properties.
    Since:
    7.0.0
    Author:
    XIMA MEDIA GmbH
    • Constructor Detail

      • YearMonthAdapter

        public YearMonthAdapter()