Package | Description |
---|---|
com.sdicons.json.serializer |
Serializing Java instances to JSON domain objects together with all
type info and structure so that we can restore the Java model in its
original form.
|
com.sdicons.json.serializer.helper |
All specialized serializers that know how to serialize the instances for
specific classes.
|
Modifier and Type | Method and Description |
---|---|
void |
JSONSerializer.addHelper(ClassSerializer aHelper)
Add custom helper class.
|
Constructor and Description |
---|
JSONSerializer(ClassSerializer... serializers) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSerializer |
class |
ArraySerializer |
class |
BigDecimalSerializer |
class |
BigIntegerSerializer |
class |
BooleanSerializer |
class |
ByteSerializer |
class |
CharacterSerializer |
class |
CollectionSerializer |
class |
ColorSerializer |
class |
DateSerializer |
class |
DoubleSerializer |
class |
EnumSerializer |
class |
FloatSerializer |
class |
FontSerializer |
class |
IntegerSerializer |
class |
LongSerializer |
class |
MapSerializer |
class |
ObjectSerializerFields |
class |
ObjectSerializerMeta |
class |
ObjectSerializerProps |
class |
ShortSerializer |
class |
StringSerializer |
Copyright © 2012. All Rights Reserved.