|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.jackson.map.ser.ArraySerializers
public final class ArraySerializers
Dummy container class to group standard homogenous array serializer implementations (primitive arrays and String array).
| Nested Class Summary | |
|---|---|
static class |
ArraySerializers.AsArraySerializer<T>
Base class for serializers that will output contents as JSON arrays. |
static class |
ArraySerializers.BooleanArraySerializer
|
static class |
ArraySerializers.ByteArraySerializer
Unlike other integral number array serializers, we do not just print out byte values as numbers. |
static class |
ArraySerializers.CharArraySerializer
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 |
ArraySerializers.DoubleArraySerializer
|
static class |
ArraySerializers.FloatArraySerializer
|
static class |
ArraySerializers.IntArraySerializer
|
static class |
ArraySerializers.LongArraySerializer
|
static class |
ArraySerializers.ShortArraySerializer
|
static class |
ArraySerializers.StringArraySerializer
Standard serializer used for String[] values. |
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||