Local Date Adapter
Functions
Link copied to clipboard
open fun deserialize(json: JsonElement, typeOfT: Type, context: JsonDeserializationContext): LocalDateTime
Link copied to clipboard
open fun serialize(localDateTime: LocalDateTime, type: Type, jsonSerializationContext: JsonSerializationContext): JsonElement