com.openharbor.beck.marshal
Class ListMarshaller

java.lang.Object
  extended bycom.openharbor.beck.marshal.DefaultMarshaller
      extended bycom.openharbor.beck.marshal.CollectionMarshaller
          extended bycom.openharbor.beck.marshal.ListMarshaller
All Implemented Interfaces:
Marshaller

public class ListMarshaller
extends CollectionMarshaller


Nested Class Summary
 
Nested classes inherited from class com.openharbor.beck.marshal.CollectionMarshaller
CollectionMarshaller.Candidate
 
Field Summary
 
Fields inherited from class com.openharbor.beck.marshal.CollectionMarshaller
memberGetter, NO_TAG
 
Fields inherited from class com.openharbor.beck.marshal.DefaultMarshaller
log
 
Constructor Summary
ListMarshaller()
           
 
Methods inherited from class com.openharbor.beck.marshal.CollectionMarshaller
writeAsElement, writeMembers
 
Methods inherited from class com.openharbor.beck.marshal.DefaultMarshaller
getText, getXML, getXMLSource, marshal, marshalMember, writeNull, writeSimply
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListMarshaller

public ListMarshaller()