Package com.aspose.tasks.cloud
Class JSON.LocalDateTypeAdapter
java.lang.Object
com.google.gson.TypeAdapter<org.threeten.bp.LocalDate>
com.aspose.tasks.cloud.JSON.LocalDateTypeAdapter
- Enclosing class:
JSON
public class JSON.LocalDateTypeAdapter
extends com.google.gson.TypeAdapter<org.threeten.bp.LocalDate>
Gson TypeAdapter for JSR310 LocalDate type
-
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() -
LocalDateTypeAdapter
public LocalDateTypeAdapter(org.threeten.bp.format.DateTimeFormatter formatter)
-
-
Method Details
-
setFormat
public void setFormat(org.threeten.bp.format.DateTimeFormatter dateFormat) -
write
public void write(com.google.gson.stream.JsonWriter out, org.threeten.bp.LocalDate date) throws IOException - Specified by:
write
in classcom.google.gson.TypeAdapter<org.threeten.bp.LocalDate>
- Throws:
IOException
-
read
- Specified by:
read
in classcom.google.gson.TypeAdapter<org.threeten.bp.LocalDate>
- Throws:
IOException
-