LocalDateAdapter

class LocalDateAdapter(formatter: DateTimeFormatter) : TypeAdapter<LocalDate>

Functions

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