public abstract class AbstractSerializerFactory
extends java.lang.Object
Constructor and Description |
---|
AbstractSerializerFactory() |
Modifier and Type | Method and Description |
---|---|
abstract Deserializer |
getDeserializer(java.lang.Class cl)
Returns the deserializer for a class.
|
abstract Serializer |
getSerializer(java.lang.Class cl)
Returns the serializer for a class.
|
public abstract Serializer getSerializer(java.lang.Class cl) throws HessianProtocolException
cl
- the class of the object that needs to be serialized.HessianProtocolException
public abstract Deserializer getDeserializer(java.lang.Class cl) throws HessianProtocolException
cl
- the class of the object that needs to be deserialized.HessianProtocolException