| Interface | Description |
|---|---|
| NameAwareMarshaller |
Specialized ObjectMarshaller which defines the Tag Name for XML Conversion.
|
| ObjectMarshaller<T extends Converter> |
An ObjectMarshaller is responsible for converting a Java/Groovy Object graph to a serialized form (JSON,XML).
|
| Class | Description |
|---|---|
| ClosureObjectMarshaller<T extends Converter> |
ObjectMarshaller that delegates the conversion logic to the supplied closure
|
| IncludeExcludePropertyMarshaller<T extends Converter> |
A marshaller capable of including or excluding properties
|
| ProxyUnwrappingMarshaller<C extends Converter> |
Unwraps Hibernate proxies with no direct references to the Hibernate APIs
|