程序包 com.easemob.im
类 JSON.SqlDateTypeAdapter
java.lang.Object
com.google.gson.TypeAdapter<Date>
com.easemob.im.JSON.SqlDateTypeAdapter
- 封闭类:
- JSON
Gson TypeAdapter for java.sql.Date type
If the dateFormat is null, a simple "yyyy-MM-dd" format will be used
(more efficient than SimpleDateFormat).
-
构造器概要
构造器 -
方法概要
从类继承的方法 com.google.gson.TypeAdapter
fromJson, fromJson, fromJsonTree, nullSafe, toJson, toJson, toJsonTree
-
构造器详细资料
-
SqlDateTypeAdapter
public SqlDateTypeAdapter() -
SqlDateTypeAdapter
-
-
方法详细资料
-
setFormat
-
write
- 指定者:
write在类中com.google.gson.TypeAdapter<Date>- 抛出:
IOException
-
read
- 指定者:
read在类中com.google.gson.TypeAdapter<Date>- 抛出:
IOException
-