-
- 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 LocalDatedeserialize(JsonElement json, Type typeOfT, JsonDeserializationContext context)JsonElementserialize(LocalDate src, Type typeOfSrc, JsonSerializationContext context)-
-
Method Detail
-
deserialize
LocalDate deserialize(JsonElement json, Type typeOfT, JsonDeserializationContext context)
-
-
-
-