LocalDateTimeAdapter

class LocalDateTimeAdapter(formatter: DateTimeFormatter = DateTimeFormatter.ISO_LOCAL_DATE_TIME) : TypeAdapter<LocalDateTime>

Constructors

Link copied to clipboard
constructor(formatter: DateTimeFormatter = DateTimeFormatter.ISO_LOCAL_DATE_TIME)

Functions

Link copied to clipboard
Link copied to clipboard
fun fromJsonTree(p0: JsonElement): LocalDateTime
Link copied to clipboard
fun nullSafe(): TypeAdapter<LocalDateTime>
Link copied to clipboard
open override fun read(out: JsonReader?): LocalDateTime?
Link copied to clipboard
Link copied to clipboard
fun toJsonTree(p0: LocalDateTime): JsonElement
Link copied to clipboard
open override fun write(out: JsonWriter?, value: LocalDateTime?)