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