CodecAdapter

Constructors

Link copied to clipboard
constructor()

Functions

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