程序包 com.volcengine
类 JSON.SqlDateTypeAdapter
- java.lang.Object
-
- com.google.gson.TypeAdapter<Date>
-
- com.volcengine.JSON.SqlDateTypeAdapter
-
-
构造器概要
构造器 构造器 说明 SqlDateTypeAdapter()SqlDateTypeAdapter(DateFormat dateFormat)
-
-
-
构造器详细资料
-
SqlDateTypeAdapter
public SqlDateTypeAdapter()
-
SqlDateTypeAdapter
public SqlDateTypeAdapter(DateFormat dateFormat)
-
-
方法详细资料
-
setFormat
public void setFormat(DateFormat dateFormat)
-
write
public void write(com.google.gson.stream.JsonWriter out, Date date) throws IOException- 指定者:
write在类中com.google.gson.TypeAdapter<Date>- 抛出:
IOException
-
read
public Date read(com.google.gson.stream.JsonReader in) throws IOException
- 指定者:
read在类中com.google.gson.TypeAdapter<Date>- 抛出:
IOException
-
-