org.apache.cocoon.serialization
Interface SerializerFactory


public interface SerializerFactory

A serializer factory is the factory of Serializers.

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

Nested Class Summary
static interface SerializerFactory.Instance
          Instance of the Serializer created by the SerializerFactory
 
Field Summary
static String ROLE
           
 
Method Summary
 SerializerFactory.Instance getInstance()
          Create an instance of the Serializer
 

Field Detail

ROLE

public static final String ROLE
Method Detail

getInstance

public SerializerFactory.Instance getInstance()
Create an instance of the Serializer



Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.