#
LocalDateTimeAdapter
Kurzbeschreibung
LocalDateTimeAdapter serialisiert LocalDateTime als ISO-String und deserialisiert entsprechend. Wird in JsonUtils registriert.
#
Quick Reference
Signaturen:
LocalDateTime deserialize(JsonElement jsonElement, Type type, JsonDeserializationContext context)JsonElement serialize(LocalDateTime localDate, Type type, JsonSerializationContext context)