public class ISOTimeAdapter extends com.google.gson.TypeAdapter<Instant>
| Constructor and Description |
|---|
ISOTimeAdapter() |
| Modifier and Type | Method and Description |
|---|---|
Instant |
read(com.google.gson.stream.JsonReader in) |
void |
write(com.google.gson.stream.JsonWriter out,
Instant value) |
public Instant read(com.google.gson.stream.JsonReader in) throws IOException
read in class com.google.gson.TypeAdapter<Instant>IOExceptionpublic void write(com.google.gson.stream.JsonWriter out,
Instant value)
throws IOException
write in class com.google.gson.TypeAdapter<Instant>IOExceptionCopyright © 2026. All rights reserved.