See: Description
| Interface | Description |
|---|---|
| SerializationRule |
Interface for a serialization rule.
|
| Class | Description |
|---|---|
| AbstractAttributeInstantiation |
Base class specifying a rule on how to instantiate an attribute.
|
| AddAttributeToType |
Add a custom attribute to a class.
|
| AttributeInstantiation |
Base class specifying a rule on how to instantiate an attribute by providing a factory which
will be given the context as parameter to instantiate the attribute.
|
| CustomAttributeSerializer |
Rule to customize the serialization of an attribute.
|
| CustomAttributeSerializer.CustomAttribute |
Used to override an attribute with a custom serializer.
|
| CustomTypeSerializer |
Rule that specifies a custom serializer.
|
| IgnoreAttribute |
This rule ignore a specific attribute or all attributes in a class.
|
| MergeTypeAttributes |
Merge attributes of a class into the class of a specified attribute.
|
| RenameAttribute |
This rule change the name of a specific attribute in a class.
|
| TypeFactory<T> |
A factory to instantiate a specific type during deserialization.
|
Copyright © 2019. All rights reserved.