Package 

Class BudgetDateSerializer

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

    
    public class BudgetDateSerializer
     implements JsonDeserializer<BudgetDate>, JsonSerializer<BudgetDate>
                        

    Copyright 2017 Meniga Iceland Inc.

    • Method Summary

      Modifier and Type Method Description
      BudgetDate deserialize(JsonElement json, Type typeOfT, JsonDeserializationContext context)
      JsonElement serialize(BudgetDate 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