ca.quine.factorygen.test.marshaller
Interface IMarshaller

All Superinterfaces:
IRegistrant
All Known Implementing Classes:
ArrayListMarshaller

public interface IMarshaller
extends IRegistrant


Method Summary
 void marshal(StringBuffer sb, Object object)
           
 
Methods inherited from interface ca.quine.factorygen.IRegistrant
getRegistrationKeys
 

Method Detail

marshal

public void marshal(StringBuffer sb,
                    Object object)
             throws ClassCastException,
                    IllegalArgumentException
ClassCastException
IllegalArgumentException