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(string: String?): GeometryCollection?
@CheckReturnValue
@Nullable
fun fromJson(source: BufferedSource?): GeometryCollection?
open override fun fromJson(reader: JsonReader): GeometryCollection
Link copied to clipboard
@CheckReturnValue
@Nullable
fun fromJsonValue(@Nullable value: Any?): GeometryCollection?
Link copied to clipboard
@CheckReturnValue
open fun indent(indent: 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 value: GeometryCollection?): String?
fun toJson(sink: BufferedSink?, @Nullable value: GeometryCollection?)
open override fun toJson(writer: JsonWriter, value: GeometryCollection?)
Link copied to clipboard
@CheckReturnValue
@Nullable
fun toJsonValue(@Nullable value: GeometryCollection?): Any?