class |
AbstractArrayDeserializer<T> |
Common array unmarshalling item implementation.
|
class |
AbstractArraySerializer<T> |
Common serializer for arrays.
|
class |
BooleanArrayDeserializer |
Array unmarshaller item implementation for booleans.
|
class |
BooleanArraySerializer |
Serializes byte array as JSON array of booleans.
|
class |
ByteArrayDeserializer |
Array unmarshaller item implementation for small int.
|
class |
ByteArraySerializer |
Serializes byte array as JSON array of ints.
|
class |
CharArrayDeserializer |
Array unmarshaller item implementation for char.
|
class |
CharArraySerializer |
Serializes byte array as JSON array of ints.
|
class |
CollectionSerializer<V> |
Serializer for collections.
|
class |
DoubleArrayDeserializer |
Array unmarshaller item implementation for small double.
|
class |
DoubleArraySerializer |
Serializer for arrays of doubles.
|
class |
FloatArrayDeserializer |
Array unmarshaller item implementation for small float.
|
class |
FloatArraySerializer |
Serializer for arrays of floats.
|
class |
IntArrayDeserializer |
Array unmarshaller item implementation for small int.
|
class |
IntArraySerializer |
Serializer for arrays of ints.
|
class |
LongArrayDeserializer |
Array unmarshaller item implementation for small long.
|
class |
LongArraySerializer |
Serializer for arrays of longs.
|
class |
MapDeserializer<T extends Map<?,?>> |
Item implementation for Map fields.
|
class |
MapSerializer<K,V> |
|
class |
ObjectArrayDeserializer<T> |
Item for handling arrays of objects.
|
class |
ObjectArraySerializer<T> |
Serializer for arrays of arbitrary objects.
|
class |
ShortArrayDeserializer |
Array unmarshaller item implementation for small short.
|
class |
ShortArraySerializer |
Serializer for arrays of shorts.
|