GeometryCollectionJsonAdapter

Constructors

Link copied to clipboard
constructor()

Functions

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