-
- All Implemented Interfaces:
-
com.google.gson.JsonDeserializer
,com.google.gson.JsonSerializer
public class LocalDateSerializer implements JsonDeserializer<LocalDate>, JsonSerializer<LocalDate>
Copyright 2017 Meniga Iceland Inc.
-
-
Method Summary
Modifier and Type Method Description LocalDate
deserialize(JsonElement json, Type typeOfT, JsonDeserializationContext context)
JsonElement
serialize(LocalDate src, Type typeOfSrc, JsonSerializationContext context)
-
-
Method Detail
-
deserialize
LocalDate deserialize(JsonElement json, Type typeOfT, JsonDeserializationContext context)
-
-
-
-