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