Package org.codehaus.groovy.grails.web.converters.marshaller

Interface Summary
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 Summary
ClosureOjectMarshaller<T extends Converter> ObjectMarshaller that delegates the conversion logic to the supplied closure
ProxyUnwrappingMarshaller<C extends Converter> Unwraps Hibernate proxies with no direct references to the Hibernate APIs