Uses of Class
tools.jackson.databind.ser.std.ArraySerializerBase
Packages that use ArraySerializerBase
-
Uses of ArraySerializerBase in tools.jackson.databind.ser.jdk
Subclasses of ArraySerializerBase in tools.jackson.databind.ser.jdkModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classstatic classprotected static classIntermediate base class used for cases where we may add type information (excludes boolean/int/double arrays).classGeneric serializer for Object arrays (Object[]).classStandard serializer used forString[]values. -
Uses of ArraySerializerBase in tools.jackson.databind.ser.std
Constructors in tools.jackson.databind.ser.std with parameters of type ArraySerializerBaseModifierConstructorDescriptionprotectedprotectedArraySerializerBase(ArraySerializerBase<?> src, BeanProperty property, Boolean unwrapSingle)