ca.quine.jcommons.marshaller.type
Class ArrayListMarshaller

java.lang.Object
  |
  +--ca.quine.jcommons.marshaller.type.ArrayListMarshaller
All Implemented Interfaces:
IMarshaller, IRegistrant

public class ArrayListMarshaller
extends Object
implements IMarshaller


Constructor Summary
ArrayListMarshaller()
           
 
Method Summary
 Object[] getRegistrationKeys()
           
 void marshal(Marshaller marshaller, Node node, Object object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArrayListMarshaller

public ArrayListMarshaller()
Method Detail

getRegistrationKeys

public Object[] getRegistrationKeys()
Specified by:
getRegistrationKeys in interface IRegistrant

marshal

public void marshal(Marshaller marshaller,
                    Node node,
                    Object object)
             throws NoSuchFieldException,
                    IllegalAccessException,
                    ClassNotFoundException
Specified by:
marshal in interface IMarshaller
NoSuchFieldException
IllegalAccessException
ClassNotFoundException