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