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

Packages that use org.codehaus.groovy.grails.web.converters.marshaller
grails.converters   
org.codehaus.groovy.grails.web.converters   
org.codehaus.groovy.grails.web.converters.configuration   
org.codehaus.groovy.grails.web.converters.marshaller   
org.codehaus.groovy.grails.web.converters.marshaller.json   
org.codehaus.groovy.grails.web.converters.marshaller.xml   
 

Classes in org.codehaus.groovy.grails.web.converters.marshaller used by grails.converters
ObjectMarshaller
          An ObjectMarshaller is responsible for converting a Java/Groovy Object graph to a serialized form (JSON,XML) The ObjectMarshaller implementation must use a a type parameter - either grails.convereters.JSON or grails.converters.XML and it should to be thread-safe
 

Classes in org.codehaus.groovy.grails.web.converters.marshaller used by org.codehaus.groovy.grails.web.converters
ObjectMarshaller
          An ObjectMarshaller is responsible for converting a Java/Groovy Object graph to a serialized form (JSON,XML) The ObjectMarshaller implementation must use a a type parameter - either grails.convereters.JSON or grails.converters.XML and it should to be thread-safe
 

Classes in org.codehaus.groovy.grails.web.converters.marshaller used by org.codehaus.groovy.grails.web.converters.configuration
ObjectMarshaller
          An ObjectMarshaller is responsible for converting a Java/Groovy Object graph to a serialized form (JSON,XML) The ObjectMarshaller implementation must use a a type parameter - either grails.convereters.JSON or grails.converters.XML and it should to be thread-safe
 

Classes in org.codehaus.groovy.grails.web.converters.marshaller used by org.codehaus.groovy.grails.web.converters.marshaller
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) The ObjectMarshaller implementation must use a a type parameter - either grails.convereters.JSON or grails.converters.XML and it should to be thread-safe
 

Classes in org.codehaus.groovy.grails.web.converters.marshaller used by org.codehaus.groovy.grails.web.converters.marshaller.json
ObjectMarshaller
          An ObjectMarshaller is responsible for converting a Java/Groovy Object graph to a serialized form (JSON,XML) The ObjectMarshaller implementation must use a a type parameter - either grails.convereters.JSON or grails.converters.XML and it should to be thread-safe
 

Classes in org.codehaus.groovy.grails.web.converters.marshaller used by org.codehaus.groovy.grails.web.converters.marshaller.xml
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) The ObjectMarshaller implementation must use a a type parameter - either grails.convereters.JSON or grails.converters.XML and it should to be thread-safe
 



Copyright (c) 2005-2009 The Grails project