org.apache.beehive.wsm.axis.util.encoding
Class CollectionSerializer

Object
  extended by VectorSerializer
      extended by CollectionSerializer
All Implemented Interfaces:
Serializable, Serializer

public class CollectionSerializer
extends VectorSerializer

***************************************************************************

Version:
,
See Also:
Serialized Form

Field Summary
 
Fields inherited from class VectorSerializer
log
 
Constructor Summary
CollectionSerializer()
           
 
Method Summary
 void serialize(QName name, Attributes attributes, Object value, SerializationContext context)
           
 
Methods inherited from class VectorSerializer
getMechanismType, isRecursive, writeSchema
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectionSerializer

public CollectionSerializer()
Method Detail

serialize

public void serialize(QName name,
                      Attributes attributes,
                      Object value,
                      SerializationContext context)
               throws IOException
Overrides:
serialize in class VectorSerializer
Throws:
IOException