PlaceAggregatesJsonAdapter

class PlaceAggregatesJsonAdapter(moshi: Moshi) : JsonAdapter<PlaceAggregates>

Constructors

Link copied to clipboard
constructor(moshi: Moshi)

Functions

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