Class StdArraySerializers
- java.lang.Object
 - 
- com.fasterxml.jackson.databind.ser.std.StdArraySerializers
 
 
- 
public class StdArraySerializers extends java.lang.ObjectDummy container class to group standard homogenous array serializer implementations (primitive arrays and String array). 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStdArraySerializers.BooleanArraySerializerstatic classStdArraySerializers.CharArraySerializerCharacter 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 classStdArraySerializers.DoubleArraySerializerstatic classStdArraySerializers.FloatArraySerializerstatic classStdArraySerializers.IntArraySerializerstatic classStdArraySerializers.LongArraySerializerstatic classStdArraySerializers.ShortArraySerializer 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static JsonSerializer<?>findStandardImpl(java.lang.Class<?> cls)Accessor for checking to see if there is a standard serializer for given primitive value type. 
 - 
 
- 
- 
Method Detail
- 
findStandardImpl
public static JsonSerializer<?> findStandardImpl(java.lang.Class<?> cls)
Accessor for checking to see if there is a standard serializer for given primitive value type. 
 - 
 
 -