| Package | Description |
|---|---|
| org.javers.core.json.typeadapter |
| Modifier and Type | Class and Description |
|---|---|
class |
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}}} |
class |
LocalDateTypeAdapter
Serializes LocalDate to JSON String using ISO date format yyyy-MM-dd,
for ex. 2001-12-01
|
Copyright © 2014. All rights reserved.