| Class | Description |
|---|---|
| LocalDateTimeTypeAdapter |
Serializes LocalDateTime to JSON String using ISO date format yyyy-MM-dd'T'HH:mm,
for ex. 2001-12-01T22:23
Without typeAdapter, LocalDateTime written to JSON would be: {"iLocalMillis":1007245380000,"iChronology":{"iBase":{"iMinDaysInFirstWeek":4}}} |
| LocalDateTypeAdapter |
Serializes LocalDate to JSON String using ISO date format yyyy-MM-dd,
for ex. 2001-12-01
|