-
public final class PianoIdTokenJsonAdapter extends JsonAdapter<PianoIdToken>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classPianoIdTokenJsonAdapter.Companion
-
Constructor Summary
Constructors Constructor Description PianoIdTokenJsonAdapter(Moshi moshi)
-
Method Summary
Modifier and Type Method Description PianoIdTokenfromJson(JsonReader reader)UnittoJson(JsonWriter writer, PianoIdToken value)-
Methods inherited from class io.piano.android.id.PianoIdTokenJsonAdapter
failOnUnknown, fromJson, fromJson, fromJsonValue, indent, isLenient, 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
PianoIdToken fromJson(JsonReader reader)
-
toJson
Unit toJson(JsonWriter writer, PianoIdToken value)
-
-
-
-