LocalDateAdapter

open class LocalDateAdapter : JsonSerializer<T> , JsonDeserializer<T>

Constructors

Link copied to clipboard
constructor()

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