|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.hessian.io.SerializerFactory
com.caucho.hessian.io.BeanSerializerFactory
Factory for returning serialization methods.
Field Summary |
Fields inherited from class com.caucho.hessian.io.SerializerFactory |
_defaultSerializer |
Constructor Summary | |
BeanSerializerFactory()
|
Method Summary | |
protected Deserializer |
getDefaultDeserializer(java.lang.Class cl)
Returns the default deserializer for a class that isn't matched directly. |
protected Serializer |
getDefaultSerializer(java.lang.Class cl)
Returns the default serializer for a class that isn't matched directly. |
Methods inherited from class com.caucho.hessian.io.SerializerFactory |
getDeserializer, getDeserializer, getObjectDeserializer, getSerializer, readList, readMap |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BeanSerializerFactory()
Method Detail |
protected Serializer getDefaultSerializer(java.lang.Class cl)
getDefaultSerializer
in class SerializerFactory
cl
- the class of the object that needs to be serialized.
protected Deserializer getDefaultDeserializer(java.lang.Class cl)
getDefaultDeserializer
in class SerializerFactory
cl
- the class of the object that needs to be serialized.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |