ca.quine.jcommons.marshaller.type
Class EntryMarshaller

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

public class EntryMarshaller
extends Object
implements IMarshaller


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

EntryMarshaller

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