| Class | Description |
|---|---|
| AbstractBeanJsonSerializer<T> |
Base implementation of
JsonSerializer for beans. |
| BeanPropertySerializer<T,V> |
Serializes a bean's property
|
| HasSerializer<V,S extends JsonSerializer<V>> |
Lazy initialize a
JsonSerializer |
| IdentitySerializationInfo<T,I> |
Contains identity informations for serialization process.
|
| ObjectIdSerializer<I> |
Contains the id of a bean and a serializer to facilitate the serialization of the next instances of the object.
|
| SubtypeSerializer<T> |
Delegate the serialization of a subtype to a corresponding
AbstractBeanJsonSerializer |
| SuperclassSerializationInfo<T> |
Contains serialization informations about superclass
|
Copyright © 2013. All Rights Reserved.