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