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