-
public final class LinkedSocialAccountsDataJsonAdapter extends JsonAdapter<LinkedSocialAccountsData>
-
-
Constructor Summary
Constructors Constructor Description LinkedSocialAccountsDataJsonAdapter(Moshi moshi)
-
Method Summary
Modifier and Type Method Description StringtoString()LinkedSocialAccountsDatafromJson(JsonReader reader)UnittoJson(JsonWriter writer, LinkedSocialAccountsData value_)-
Methods inherited from class io.piano.android.id.models.LinkedSocialAccountsDataJsonAdapter
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
LinkedSocialAccountsData fromJson(JsonReader reader)
-
toJson
Unit toJson(JsonWriter writer, LinkedSocialAccountsData value_)
-
-
-
-