Groovy Documentation

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

 

Interface Summary
NameAwareMarshaller Specialized ObjectMarshaller which defines the Tag Name for XML Conversion.
ObjectMarshaller An ObjectMarshaller is responsible for converting a Java/Groovy Object graph to a serialized form (JSON,XML).
 


Class Summary
ClosureOjectMarshaller ObjectMarshaller that delegates the conversion logic to the supplied closure
ProxyUnwrappingMarshaller Unwraps Hibernate proxies with no direct references to the Hibernate APIs
 


Groovy Documentation