|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.hessian.io.AbstractSerializerFactory
com.caucho.hessian.io.SerializerFactory
com.caucho.hessian.io.BeanSerializerFactory
public class BeanSerializerFactory
Factory for returning serialization methods.
| Field Summary |
|---|
| Fields inherited from class com.caucho.hessian.io.SerializerFactory |
|---|
_collectionSerializer, _defaultSerializer, _factories, _mapSerializer |
| 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 |
|---|
addFactory, createDefault, getClassLoader, getCustomDeserializer, getDeserializer, getDeserializer, getListDeserializer, getListDeserializer, getObjectDeserializer, getObjectDeserializer, getObjectSerializer, getSerializer, isAllowNonSerializable, loadDeserializer, loadSerializer, readList, readMap, readObject, setAllowNonSerializable, setSendCollectionType |
| 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 SerializerFactorycl - the class of the object that needs to be serialized.
protected Deserializer getDefaultDeserializer(java.lang.Class cl)
getDefaultDeserializer in class SerializerFactorycl - 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 | |||||||||