-
public final class CustomParametersJsonAdapter extends JsonAdapter<CustomParameters>
-
-
Constructor Summary
Constructors Constructor Description CustomParametersJsonAdapter(Moshi moshi)
-
Method Summary
Modifier and Type Method Description CustomParametersfromJson(JsonReader reader)UnittoJson(JsonWriter writer, CustomParameters value)-
Methods inherited from class io.piano.android.composer.CustomParametersJsonAdapter
failOnUnknown, fromJson, fromJson, fromJsonValue, indent, isLenient, lenient, nonNull, nullSafe, serializeNulls, toJson, toJson, toJsonValue -
Methods inherited from class com.squareup.moshi.JsonAdapter
equals, hashCode, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
fromJson
CustomParameters fromJson(JsonReader reader)
-
toJson
Unit toJson(JsonWriter writer, CustomParameters value)
-
-
-
-