MultiPointJsonAdapter

class MultiPointJsonAdapter : JsonAdapter<MultiPoint>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
@CheckReturnValue
fun failOnUnknown(): JsonAdapter<MultiPoint>
Link copied to clipboard
@CheckReturnValue
@Nullable
fun fromJson(p0: String): MultiPoint?
@CheckReturnValue
@Nullable
fun fromJson(p0: BufferedSource): MultiPoint?
open override fun fromJson(reader: JsonReader): MultiPoint
Link copied to clipboard
@CheckReturnValue
@Nullable
fun fromJsonValue(@Nullable p0: Any?): MultiPoint?
Link copied to clipboard
@CheckReturnValue
open fun indent(p0: String): JsonAdapter<MultiPoint>
Link copied to clipboard
@CheckReturnValue
fun lenient(): JsonAdapter<MultiPoint>
Link copied to clipboard
@CheckReturnValue
fun nonNull(): JsonAdapter<MultiPoint>
Link copied to clipboard
@CheckReturnValue
fun nullSafe(): JsonAdapter<MultiPoint>
Link copied to clipboard
@CheckReturnValue
fun serializeNulls(): JsonAdapter<MultiPoint>
Link copied to clipboard
@CheckReturnValue
fun toJson(@Nullable p0: MultiPoint?): String
fun toJson(p0: BufferedSink, @Nullable p1: MultiPoint?)
open override fun toJson(writer: JsonWriter, value: MultiPoint?)
Link copied to clipboard
@CheckReturnValue
@Nullable
fun toJsonValue(@Nullable p0: MultiPoint?): Any?