Class GsonHelpers


  • public abstract class GsonHelpers
    extends java.lang.Object
    General-purpose Gson helpers.
    • Constructor Summary

      Constructors 
      Constructor Description
      GsonHelpers()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static com.google.gson.Gson gsonInstance()
      A singleton instance of Gson with the default configuration.
      • Methods inherited from class java.lang.Object

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

      • GsonHelpers

        public GsonHelpers()
    • Method Detail

      • gsonInstance

        public static com.google.gson.Gson gsonInstance()
        A singleton instance of Gson with the default configuration.
        Returns:
        a Gson instance