Class GSONSerializerInitializer


  • public class GSONSerializerInitializer
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static com.google.gson.GsonBuilder registerSerializers​(com.google.gson.GsonBuilder builder)
      Registers all the current custom serializers for GSON
      • Methods inherited from class java.lang.Object

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

      • GSONSerializerInitializer

        public GSONSerializerInitializer()
    • Method Detail

      • registerSerializers

        public static com.google.gson.GsonBuilder registerSerializers​(com.google.gson.GsonBuilder builder)
        Registers all the current custom serializers for GSON
        Returns:
        A reference to builder.