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

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
Direct Known Subclasses:
FeedSerializer

public class SourceSerializer
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
  SourceSerializer()
           
protected SourceSerializer(QName qname)
           
 
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

SourceSerializer

public SourceSerializer()

SourceSerializer

protected SourceSerializer(QName qname)
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.