ca.quine.jcommons.marshaller.type
Class MapMarshaller

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

public class MapMarshaller
extends Object
implements IMarshaller


Constructor Summary
MapMarshaller()
           
 
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

MapMarshaller

public MapMarshaller()
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