Class GsonExt


  • public final class GsonExt
    extends java.lang.Object
    A holder for our custom-configured GSON instance.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static com.google.gson.Gson gson
      The custom-configured GSON instance.
    • Constructor Summary

      Constructors 
      Constructor Description
      GsonExt()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • gson

        public static final com.google.gson.Gson gson
        The custom-configured GSON instance.
    • Constructor Detail

      • GsonExt

        public GsonExt()