FeatureCollectionJsonAdapter

Constructors

Link copied to clipboard
constructor()

Functions

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