|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.hessian.io.AbstractSerializerFactory
public abstract class AbstractSerializerFactory
Factory for returning serialization methods.
Constructor Summary | |
---|---|
AbstractSerializerFactory()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractSerializerFactory()
Method Detail |
---|
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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |