OffsetDateTimeAdapter

class OffsetDateTimeAdapter(formatter: DateTimeFormatter = DateTimeFormatter.ISO_OFFSET_DATE_TIME) : TypeAdapter<OffsetDateTime>

Constructors

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

Functions

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