| Modifier and Type | Field and Description |
|---|---|
static String |
DATE_FORMAT |
| Constructor and Description |
|---|
DateTimeGMTSerializer() |
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.JsonElement |
serialize(Date date,
Type typeOfSrc,
com.google.gson.JsonSerializationContext context)
Format to ISO 8601 format: YYYY-MM-DDTHH:mm:ss.sssZ
|
public static final String DATE_FORMAT
public com.google.gson.JsonElement serialize(Date date, Type typeOfSrc, com.google.gson.JsonSerializationContext context)
serialize in interface com.google.gson.JsonSerializer<Date>date - typeOfSrc - context - Copyright © 2017. All rights reserved.