public class DateGsonSerializer extends Object implements GsonSerializer<Date>
Date from and to JsonElement.| Constructor and Description |
|---|
DateGsonSerializer() |
| Modifier and Type | Method and Description |
|---|---|
Date |
deserialize(com.google.gson.JsonElement json,
Type typeOfT,
com.google.gson.JsonDeserializationContext context) |
com.google.gson.JsonElement |
serialize(Date date,
Type typeOfSrc,
com.google.gson.JsonSerializationContext context) |
Copyright © 2022 SAP SE. All rights reserved.