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

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.SourceSerializer
                  extended by org.apache.abdera.ext.serializer.impl.FeedSerializer

public class FeedSerializer
extends SourceSerializer


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
FeedSerializer()
           
 
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

FeedSerializer

public FeedSerializer()
Method Detail

process

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


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