| CustomListConverter |
A custom List converter that always uses ArrayList for unmarshalling.
|
| CustomMapConverter |
A custom Map converter that always uses HashMap for unmarshalling.
|
| CustomMapEntryConverter |
A custom Map.Entry converter that always uses AbstractMap.SimpleEntry for unmarshalling.
|
| CustomSetConverter |
A custom Set converter that always uses HashSet for unmarshalling.
|
| SerializationDeepClone |
Cloning strategy that just serializes and deserializes using plain old java serialization.
|
| SerializationWithXStreamFallbackDeepClone |
|
| XStreamDeepClone |
Super simple cloning strategy that just serializes to XML and deserializes it using xstream
|