public class LocalDateGsonSerializer extends Object implements GsonSerializer<org.joda.time.LocalDate>
LocalDate
from and to JsonElement
.Constructor and Description |
---|
LocalDateGsonSerializer() |
Modifier and Type | Method and Description |
---|---|
org.joda.time.LocalDate |
deserialize(com.google.gson.JsonElement json,
Type typeOfT,
com.google.gson.JsonDeserializationContext context) |
com.google.gson.JsonElement |
serialize(org.joda.time.LocalDate src,
Type typeOfSrc,
com.google.gson.JsonSerializationContext context) |
public com.google.gson.JsonElement serialize(org.joda.time.LocalDate src, Type typeOfSrc, com.google.gson.JsonSerializationContext context)
serialize
in interface com.google.gson.JsonSerializer<org.joda.time.LocalDate>
public org.joda.time.LocalDate deserialize(com.google.gson.JsonElement json, Type typeOfT, com.google.gson.JsonDeserializationContext context) throws com.google.gson.JsonParseException
deserialize
in interface com.google.gson.JsonDeserializer<org.joda.time.LocalDate>
com.google.gson.JsonParseException
Copyright © 2017 SAP SE. All rights reserved.