PhysicalLocationJsonAdapter

class PhysicalLocationJsonAdapter(moshi: Moshi) : JsonAdapter<PhysicalLocation>

Constructors

Link copied to clipboard
constructor(moshi: Moshi)

Properties

Link copied to clipboard
Link copied to clipboard
private val nullableAddressAdapter: JsonAdapter<Address?>
Link copied to clipboard
Link copied to clipboard
private val nullablePropertyBagAdapter: JsonAdapter<PropertyBag?>
Link copied to clipboard
private val nullableRegionAdapter: JsonAdapter<Region?>
Link copied to clipboard
private val options: JsonReader.Options

Functions

Link copied to clipboard
fun failOnUnknown(): JsonAdapter<PhysicalLocation>
Link copied to clipboard
fun fromJson(p0: BufferedSource): PhysicalLocation?
open override fun fromJson(reader: JsonReader): PhysicalLocation
Link copied to clipboard
Link copied to clipboard
open fun indent(p0: String): JsonAdapter<PhysicalLocation>
Link copied to clipboard
open fun isLenient(): Boolean
Link copied to clipboard
fun lenient(): JsonAdapter<PhysicalLocation>
Link copied to clipboard
fun nonNull(): JsonAdapter<PhysicalLocation>
Link copied to clipboard
fun nullSafe(): JsonAdapter<PhysicalLocation>
Link copied to clipboard
fun serializeNulls(): JsonAdapter<PhysicalLocation>
Link copied to clipboard
fun toJson(p0: BufferedSink, p1: PhysicalLocation?)
open override fun toJson(writer: JsonWriter, value_: PhysicalLocation?)
Link copied to clipboard
Link copied to clipboard
open override fun toString(): String