ChannelsAdapter

Constructors

Link copied to clipboard
constructor()

Functions

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