Package org.openapitools.client.models
Class AudioSettings.DefaultDevice.DefaultDeviceAdapter
-
- All Implemented Interfaces:
public final class AudioSettings.DefaultDevice.DefaultDeviceAdapter extends JsonAdapter<AudioSettings.DefaultDevice>
-
-
Constructor Summary
Constructors Constructor Description AudioSettings.DefaultDevice.DefaultDeviceAdapter()
-
Method Summary
Modifier and Type Method Description AudioSettings.DefaultDevicefromJson(JsonReader reader)UnittoJson(JsonWriter writer, AudioSettings.DefaultDevice value)-
Methods inherited from class com.squareup.moshi.JsonAdapter
failOnUnknown, fromJson, fromJson, fromJsonValue, indent, lenient, nonNull, nullSafe, serializeNulls, toJson, toJson, toJsonValue -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
fromJson
AudioSettings.DefaultDevice fromJson(JsonReader reader)
-
toJson
Unit toJson(JsonWriter writer, AudioSettings.DefaultDevice value)
-
-
-
-