PlaceVisitSegmentJsonAdapter

class PlaceVisitSegmentJsonAdapter(moshi: Moshi) : JsonAdapter<PlaceVisitSegment>

Constructors

Link copied to clipboard
constructor(moshi: Moshi)

Functions

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