org.apache.cocoon.serialization
Interface SerializerFactory
- public interface SerializerFactory
A serializer factory is the factory of Serializer
s.
Regular SerializerFactory implementation should be
ThreadSafe
component
serving as a factory of lightweight Serializer
objects.
NOTE: Only Disposable interface is applicable to
the Serializer instance returned by the getInstance()
.
- Since:
- 2.2
- Version:
- CVS $Id: SerializerFactory.java 55389 2004-10-23 15:46:58Z cziegeler $
- Author:
- Vadim Gritsenko
ROLE
public static final String ROLE
getInstance
public SerializerFactory.Instance getInstance()
- Create an instance of the Serializer
Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.