QualityAdapter

Constructors

Link copied to clipboard
constructor()

Functions

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