org.codehaus.groovy.grails.web.converters.marshaller
Interface NameAwareMarshaller

All Known Implementing Classes:
ArrayMarshaller, CollectionMarshaller, MapMarshaller, ProxyUnwrappingMarshaller, ValidationErrorsMarshaller

public interface NameAwareMarshaller

Specialized ObjectMarshaller which defines the Tag Name for XML Conversion.

Since:
1.1

Method Summary
 java.lang.String getElementName(java.lang.Object o)
          Returns the tag name for the object
 

Method Detail

getElementName

java.lang.String getElementName(java.lang.Object o)
Returns the tag name for the object

Parameters:
o - the object
Returns:
the tag name