Class LocalDateTypeAdapter
java.lang.Object
com.google.gson.TypeAdapter<LocalDate>
com.sap.cloud.sdk.datamodel.odata.client.adapter.LocalDateTypeAdapter
GSON type adapter for parsing and serialization of
LocalDate
.-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.google.gson.TypeAdapter
fromJson, fromJson, fromJsonTree, nullSafe, toJson, toJson, toJsonTree
-
Constructor Details
-
LocalDateTypeAdapter
public LocalDateTypeAdapter()
-
-
Method Details
-
read
For internal use only by data model classes- Specified by:
read
in classcom.google.gson.TypeAdapter<LocalDate>
- Throws:
IOException
-
write
public void write(@Nonnull com.google.gson.stream.JsonWriter out, @Nullable LocalDate entityValue) throws IOException - Specified by:
write
in classcom.google.gson.TypeAdapter<LocalDate>
- Throws:
IOException
-