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

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.ContentSerializer

public class ContentSerializer
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
ContentSerializer()
           
 
Method Summary
protected  void init(Object source, ObjectContext objectContext, SerializationContext context, Conventions conventions)
           
protected  void process(Object source, ObjectContext objectContext, SerializationContext context, Conventions conventions)
           
 
Methods inherited from class org.apache.abdera.ext.serializer.impl.ElementSerializer
finish
 
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

ContentSerializer

public ContentSerializer()
Method Detail

init

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

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.