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