InstantTypeAdapter

class InstantTypeAdapter : TypeAdapter<Instant>

Constructors

Link copied to clipboard
constructor()

Functions

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