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