public final class Rfc3339DateJsonAdapter extends JsonAdapter<Date>
2015-09-26T18:23:50.250Z.JsonAdapter.Factory| Constructor and Description |
|---|
Rfc3339DateJsonAdapter() |
| Modifier and Type | Method and Description |
|---|---|
Date |
fromJson(JsonReader reader) |
void |
toJson(JsonWriter writer,
Date value) |
failOnUnknown, fromJson, fromJson, lenient, nullSafe, toJson, toJsonpublic Date fromJson(JsonReader reader) throws IOException
fromJson in class JsonAdapter<Date>IOExceptionpublic void toJson(JsonWriter writer, Date value) throws IOException
toJson in class JsonAdapter<Date>IOExceptionCopyright © 2015. All Rights Reserved.