|
||||||||||
| 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.ejb.hessian.QSerializerFactory
public class QSerializerFactory
| Field Summary |
|---|
| Fields inherited from class com.caucho.hessian.io.SerializerFactory |
|---|
_collectionSerializer, _defaultSerializer, _factories, _mapSerializer |
| Constructor Summary | |
|---|---|
QSerializerFactory()
|
|
| Method Summary | |
|---|---|
Deserializer |
getDeserializer(java.lang.Class cl)
Returns the deserializer for a class. |
Serializer |
getSerializer(java.lang.Class cl)
Returns the serializer for a class. |
| 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 |
| Constructor Detail |
|---|
public QSerializerFactory()
| Method Detail |
|---|
public Serializer getSerializer(java.lang.Class cl)
throws HessianProtocolException
SerializerFactory
getSerializer in class SerializerFactorycl - the class of the object that needs to be serialized.
HessianProtocolException
public Deserializer getDeserializer(java.lang.Class cl)
throws HessianProtocolException
SerializerFactory
getDeserializer in class SerializerFactorycl - 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 | |||||||||