Public 成员函数 | |
| synchronized java.sql.Date | read (JsonReader in) throws IOException |
| synchronized void | write (JsonWriter out, java.sql.Date value) throws IOException |
静态 Public 属性 | |
| static final TypeAdapterFactory | FACTORY |
Private 属性 | |
| final DateFormat | format = new SimpleDateFormat("MMM d, yyyy") |
Adapter for java.sql.Date. Although this class appears stateless, it is not. DateFormat captures its time zone and locale when it is created, which gives this class state. DateFormat isn't thread safe either, so this class has to synchronize its read and write methods.
|
inline |
|
inline |
|
static |
|
private |
1.8.8