TextureJsonAdapter

class TextureJsonAdapter(moshi: Moshi) : JsonAdapter<Texture>

Constructors

Link copied to clipboard
constructor(moshi: Moshi)

Functions

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