Class SerializerUtil
- java.lang.Object
-
- com.fasterxml.jackson.module.blackbird.ser.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.
-