ca.quine.jcommons.marshaller.type
Class SimpleMarshaller
java.lang.Object
|
+--ca.quine.jcommons.marshaller.type.SimpleMarshaller
- All Implemented Interfaces:
- IMarshaller, IRegistrant
- public class SimpleMarshaller
- extends Object
- implements IMarshaller
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleMarshaller
public SimpleMarshaller()
getRegistrationKeys
public Object[] getRegistrationKeys()
- Specified by:
getRegistrationKeys in interface IRegistrant
marshal
public void marshal(Marshaller marshaller,
Node node,
Object object)
- Specified by:
marshal in interface IMarshaller