Class SerializerUtil


  • class SerializerUtil
    extends java.lang.Object
    Helper class that contains utility methods needed by various other classes in this package.
    Since:
    2.12
    • Constructor Summary

      Constructors 
      Constructor Description
      SerializerUtil()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean isDefaultSerializer​(com.fasterxml.jackson.databind.JsonSerializer<?> ser)
      Helper method used to check whether given serializer is the default serializer implementation: this is necessary to avoid overriding other kinds of serializers.
      • Methods inherited from class java.lang.Object

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

      • SerializerUtil

        SerializerUtil()
    • Method Detail

      • isDefaultSerializer

        public static boolean isDefaultSerializer​(com.fasterxml.jackson.databind.JsonSerializer<?> ser)
        Helper method used to check whether given serializer is the default serializer implementation: this is necessary to avoid overriding other kinds of serializers.