public class DateNullAdapter extends com.google.gson.TypeAdapter<Date>
| Modifier and Type | Field and Description |
|---|---|
static com.google.gson.TypeAdapterFactory |
FACTORY |
| Constructor and Description |
|---|
DateNullAdapter() |
| Modifier and Type | Method and Description |
|---|---|
Date |
read(com.google.gson.stream.JsonReader in) |
void |
write(com.google.gson.stream.JsonWriter out,
Date value) |
public Date read(com.google.gson.stream.JsonReader in) throws IOException
read in class com.google.gson.TypeAdapter<Date>IOExceptionpublic void write(com.google.gson.stream.JsonWriter out,
Date value)
throws IOException
write in class com.google.gson.TypeAdapter<Date>IOExceptionCopyright © 2023. All rights reserved.