LocalDateAdapter

class LocalDateAdapter(formatter: DateTimeFormatter = DateTimeFormatter.ISO_LOCAL_DATE) : TypeAdapter<LocalDate>

Constructors

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

Functions

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