java.lang.Object
tools.jackson.databind.ser.jdk.JDKArraySerializers
Dummy container class to group standard homogeneous array serializer implementations
(primitive arrays and String array).
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Alternative serializer for arrays of primitive doubles, using "packed binary" representation ("binary vector") instead of JSON array.static class
Alternative serializer for arrays of primitive floats, using "packed binary" representation ("binary vector") instead of JSON array.static class
static class
Character arrays are different from other integral number arrays in that they are most likely to be textual data, and should be written as Strings, not arrays of entries.static class
static class
static class
static class
static class
protected static class
Intermediate base class used for cases where we may add type information (excludes boolean/int/double arrays). -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ValueSerializer<?>
findStandardImpl
(SerializationContext ctxt, Class<?> cls, JsonFormat.Value formatOverrides) Accessor for checking to see if there is a standard serializer for given primitive value type.
-
Field Details
-
_arraySerializers
-
-
Constructor Details
-
JDKArraySerializers
protected JDKArraySerializers()
-
-
Method Details
-
findStandardImpl
public static ValueSerializer<?> findStandardImpl(SerializationContext ctxt, Class<?> cls, JsonFormat.Value formatOverrides) Accessor for checking to see if there is a standard serializer for given primitive value type.
-