-
public final class DataJsonAdapter<T extends Object> extends JsonAdapter<Data<T>>
-
-
Constructor Summary
Constructors Constructor Description DataJsonAdapter(Moshi moshi, Array<Type> types)
-
Method Summary
Modifier and Type Method Description StringtoString()Data<T>fromJson(JsonReader reader)UnittoJson(JsonWriter writer, Data<T> value_)-
Methods inherited from class io.piano.android.composer.model.DataJsonAdapter
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
-
-