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