org.apache.abdera.ext.serializer.impl
Class CollectionSerializer

java.lang.Object
  extended by org.apache.abdera.ext.serializer.Serializer
      extended by org.apache.abdera.ext.serializer.BaseSerializer
          extended by org.apache.abdera.ext.serializer.impl.ElementSerializer
              extended by org.apache.abdera.ext.serializer.impl.CollectionSerializer

public class CollectionSerializer
extends ElementSerializer


Field Summary
 
Fields inherited from class org.apache.abdera.ext.serializer.impl.ElementSerializer
qname
 
Fields inherited from class org.apache.abdera.ext.serializer.BaseSerializer
DEFAULT
 
Constructor Summary
CollectionSerializer()
           
 
Method Summary
protected  void process(Object source, ObjectContext objectContext, SerializationContext context, Conventions conventions)
           
 
Methods inherited from class org.apache.abdera.ext.serializer.impl.ElementSerializer
finish, init
 
Methods inherited from class org.apache.abdera.ext.serializer.BaseSerializer
eval, getQName, getQName, getQName, hasAnnotation, isUndefined, serialize, toArray, toString, writeAttributes, writeCommon, writeElement, writeElement, writeElements, writeExtensions, writeTextValue
 
Methods inherited from class org.apache.abdera.ext.serializer.Serializer
serialize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectionSerializer

public CollectionSerializer()
Method Detail

process

protected void process(Object source,
                       ObjectContext objectContext,
                       SerializationContext context,
                       Conventions conventions)
Overrides:
process in class BaseSerializer


Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.