org.apache.abdera.ext.serializer
Class Serializer
java.lang.Object
org.apache.abdera.ext.serializer.Serializer
- Direct Known Subclasses:
- BaseSerializer
public abstract class Serializer
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Serializer
public Serializer()
serialize
public void serialize(Object object,
SerializationContext serializationContext)
- Serializes the given object to the specified writer
serialize
public abstract void serialize(Object object,
ObjectContext context,
SerializationContext serializationContext)
- Serializes the given object to the specified writer
Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.