Package org.javlo.utils.gson
Class LocalDateAdapterGson
- java.lang.Object
-
- com.google.gson.TypeAdapter<LocalDate>
-
- org.javlo.utils.gson.LocalDateAdapterGson
-
public class LocalDateAdapterGson extends com.google.gson.TypeAdapter<LocalDate>
-
-
Constructor Summary
Constructors Constructor Description LocalDateAdapterGson()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LocalDate
read(com.google.gson.stream.JsonReader jsonReader)
void
write(com.google.gson.stream.JsonWriter out, LocalDate localDate)
-
-
-
Method Detail
-
read
public LocalDate read(com.google.gson.stream.JsonReader jsonReader) throws IOException
- Specified by:
read
in classcom.google.gson.TypeAdapter<LocalDate>
- Throws:
IOException
-
write
public void write(com.google.gson.stream.JsonWriter out, LocalDate localDate) throws IOException
- Specified by:
write
in classcom.google.gson.TypeAdapter<LocalDate>
- Throws:
IOException
-
-