|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.codehaus.groovy.grails.web.converters.marshaller.json.CollectionMarshaller
public class CollectionMarshaller
| Constructor Summary | |
|---|---|
CollectionMarshaller()
|
|
| Method Summary | |
|---|---|
void |
marshalObject(java.lang.Object o,
JSON converter)
Performs the conversion |
boolean |
supports(java.lang.Object object)
Checks wheter the ObjectMarshaller is able/intended to support the given Object |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CollectionMarshaller()
| Method Detail |
|---|
public boolean supports(java.lang.Object object)
ObjectMarshaller
supports in interface ObjectMarshaller<JSON>object - the object which is about getting converted
true if the marshaller can/should perform the marshalling, false otherwise
public void marshalObject(java.lang.Object o,
JSON converter)
throws ConverterException
ObjectMarshaller
marshalObject in interface ObjectMarshaller<JSON>o - the object which is about getting convertedconverter - the Converter to use
ConverterException - on failure
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||