Package 

Class DateTypeAdapter

  • All Implemented Interfaces:
    com.google.gson.JsonSerializer

    
    public final class DateTypeAdapter
     implements JsonSerializer<Date>
                        
    • Method Summary

      Modifier and Type Method Description
      JsonElement serialize(Date src, Type typeOfSrc, JsonSerializationContext context)
      • Methods inherited from class java.lang.Object

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

      • DateTypeAdapter

        DateTypeAdapter()
    • Method Detail

      • serialize

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