DefaultDeviceAdapter

Constructors

Link copied to clipboard
constructor()

Functions

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