Class DateAdapter
-
- All Implemented Interfaces:
public final class DateAdapter extends JsonAdapter<Date>
-
-
Constructor Summary
Constructors Constructor Description DateAdapter()
-
Method Summary
Modifier and Type Method Description UnittoJson(JsonWriter writer, Date value)DatefromJson(JsonReader reader)-
Methods inherited from class com.squareup.moshi.JsonAdapter
failOnUnknown, fromJson, fromJson, fromJsonValue, indent, 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
-
-