|
CodeBeamer 5.4.0.1-RC API | ||||||||
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.intland.codebeamer.remoting.DecoratorSerializerFactory
com.intland.codebeamer.remoting.RemoteServiceSerializerFactory
public class RemoteServiceSerializerFactory
A special SerializerFactory for RemoteService objects, especially BinaryStreamDto
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.intland.codebeamer.remoting.DecoratorSerializerFactory |
---|
DecoratorSerializerFactory.SerializerProxy |
Field Summary |
---|
Fields inherited from class com.caucho.hessian.io.SerializerFactory |
---|
_collectionSerializer, _defaultSerializer, _factories, _mapSerializer |
Constructor Summary | |
---|---|
RemoteServiceSerializerFactory(com.caucho.hessian.io.SerializerFactory delegate)
Create a new RemoteServiceSerializerFactory based on the specified SerializerFactory |
Method Summary | |
---|---|
protected java.lang.Object |
beforeSerialization(java.lang.Object obj)
Allows to change/touch the object before serialization |
Methods inherited from class com.intland.codebeamer.remoting.DecoratorSerializerFactory |
---|
addClass, getDeserializer, getSerializer, isApplicable |
Methods inherited from class com.caucho.hessian.io.SerializerFactory |
---|
addFactory, getDefaultDeserializer, getDefaultSerializer, getDeserializer, 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 RemoteServiceSerializerFactory(com.caucho.hessian.io.SerializerFactory delegate)
delegate
- is the base SerializerFactory to useMethod Detail |
---|
protected java.lang.Object beforeSerialization(java.lang.Object obj) throws java.lang.Exception
DecoratorSerializerFactory
beforeSerialization
in class DecoratorSerializerFactory
obj
- The object would be serialized
java.lang.Exception
|
CodeBeamer 5.4.0.1-RC API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |