-
public final class ShowLoginJsonAdapter extends JsonAdapter<ShowLogin>
-
-
Constructor Summary
Constructors Constructor Description ShowLoginJsonAdapter(Moshi moshi)
-
Method Summary
Modifier and Type Method Description StringtoString()ShowLoginfromJson(JsonReader reader)UnittoJson(JsonWriter writer, ShowLogin value_)-
Methods inherited from class io.piano.android.composer.model.events.ShowLoginJsonAdapter
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
-
-