public class ZonedDateTimeISOAdapter extends com.google.gson.TypeAdapter<ZonedDateTime>
| Constructor and Description |
|---|
ZonedDateTimeISOAdapter() |
| Modifier and Type | Method and Description |
|---|---|
ZonedDateTime |
read(com.google.gson.stream.JsonReader jsonReader) |
void |
write(com.google.gson.stream.JsonWriter jsonWriter,
ZonedDateTime date) |
public void write(com.google.gson.stream.JsonWriter jsonWriter,
ZonedDateTime date)
throws IOException
write in class com.google.gson.TypeAdapter<ZonedDateTime>IOExceptionpublic ZonedDateTime read(com.google.gson.stream.JsonReader jsonReader) throws IOException
read in class com.google.gson.TypeAdapter<ZonedDateTime>IOExceptionCopyright © 2016. All rights reserved.