Class StdArraySerializers
java.lang.Object
com.fasterxml.jackson.databind.ser.std.StdArraySerializers
Dummy container class to group standard homogenous array serializer implementations
(primitive arrays and String array).
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic 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
-
Method Summary
Modifier and TypeMethodDescriptionstatic JsonSerializer
<?> findStandardImpl
(Class<?> cls) Accessor for checking to see if there is a standard serializer for given primitive value type.
-
Method Details
-
findStandardImpl
Accessor for checking to see if there is a standard serializer for given primitive value type.
-