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 LocalDateread(com.google.gson.stream.JsonReader jsonReader)voidwrite(com.google.gson.stream.JsonWriter out, LocalDate localDate)
-
-
-
Method Detail
-
read
public LocalDate read(com.google.gson.stream.JsonReader jsonReader) throws IOException
- Specified by:
readin classcom.google.gson.TypeAdapter<LocalDate>- Throws:
IOException
-
write
public void write(com.google.gson.stream.JsonWriter out, LocalDate localDate) throws IOException- Specified by:
writein classcom.google.gson.TypeAdapter<LocalDate>- Throws:
IOException
-
-