Class LocalDateTimeISOAdapter
java.lang.Object
com.google.gson.TypeAdapter<LocalDateTime>
com.suse.salt.netapi.parser.LocalDateTimeISOAdapter
Adapter to convert an ISO formatted string to LocalDateTime
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionread(com.google.gson.stream.JsonReader jsonReader) voidwrite(com.google.gson.stream.JsonWriter jsonWriter, LocalDateTime date) Methods inherited from class com.google.gson.TypeAdapter
fromJson, fromJson, fromJsonTree, nullSafe, toJson, toJson, toJsonTree
-
Constructor Details
-
LocalDateTimeISOAdapter
public LocalDateTimeISOAdapter()
-
-
Method Details
-
write
public void write(com.google.gson.stream.JsonWriter jsonWriter, LocalDateTime date) throws IOException - Specified by:
writein classcom.google.gson.TypeAdapter<LocalDateTime>- Throws:
IOException
-
read
- Specified by:
readin classcom.google.gson.TypeAdapter<LocalDateTime>- Throws:
IOException
-