com.caucho.ejb.burlap
Class BurlapSerializerFactory

java.lang.Object
  extended by com.caucho.hessian.io.AbstractSerializerFactory
      extended by com.caucho.hessian.io.SerializerFactory
          extended by com.caucho.ejb.hessian.QSerializerFactory
              extended by com.caucho.ejb.burlap.BurlapSerializerFactory

public class BurlapSerializerFactory
extends QSerializerFactory


Field Summary
static BurlapSerializerFactory FACTORY
           
 
Fields inherited from class com.caucho.hessian.io.SerializerFactory
_collectionSerializer, _defaultSerializer, _factories, _mapSerializer
 
Constructor Summary
BurlapSerializerFactory()
           
 
Method Summary
 Serializer getSerializer(java.lang.Class cl)
          Returns the serializer for a class.
 
Methods inherited from class com.caucho.ejb.hessian.QSerializerFactory
getDeserializer
 
Methods inherited from class com.caucho.hessian.io.SerializerFactory
addFactory, getClassLoader, getDefaultDeserializer, getDefaultSerializer, getDeserializer, getListDeserializer, getListDeserializer, getObjectDeserializer, getObjectDeserializer, isAllowNonSerializable, readList, readMap, readObject, setAllowNonSerializable, setSendCollectionType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FACTORY

public static final BurlapSerializerFactory FACTORY
Constructor Detail

BurlapSerializerFactory

public BurlapSerializerFactory()
Method Detail

getSerializer

public Serializer getSerializer(java.lang.Class cl)
                         throws HessianProtocolException
Description copied from class: SerializerFactory
Returns the serializer for a class.

Overrides:
getSerializer in class QSerializerFactory
Parameters:
cl - the class of the object that needs to be serialized.
Returns:
a serializer object for the serialization.
Throws:
HessianProtocolException