Package 

Class LocalDateSerializer

  • 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)
      • Methods inherited from class com.google.gson.JsonDeserializer

        deserialize
      • Methods inherited from class com.google.gson.JsonSerializer

        serialize
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • deserialize

         LocalDate deserialize(JsonElement json, Type typeOfT, JsonDeserializationContext context)
      • serialize

         JsonElement serialize(LocalDate src, Type typeOfSrc, JsonSerializationContext context)