|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.remoting.serialization.SerializationManager
org.jboss.remoting.serialization.impl.java.JavaSerializationManager
org.jboss.invocation.unified.interfaces.JavaSerializationManager
public class JavaSerializationManager
JavaSerializationmanager from JBossRemoting doesn't use the same MarshalledValue specified by org.jboss.invocation. As org.jboss.invocation.MarshalledValue could use caching features from JBossAS, we will need to use that MarshalledValue.
Field Summary | |
---|---|
protected static org.jboss.logging.Logger |
log
|
Constructor Summary | |
---|---|
JavaSerializationManager()
|
Method Summary | |
---|---|
org.jboss.remoting.serialization.IMarshalledValue |
createdMarshalledValue(Object source)
Creates a MarshalledValue that does lazy serialization. |
Methods inherited from class org.jboss.remoting.serialization.impl.java.JavaSerializationManager |
---|
createInput, createMarshalledValueForClone, createOutput, receiveObject, receiveObjectVersion1_2, receiveObjectVersion2_2, sendObject, sendObjectVersion1_2, sendObjectVersion2_2 |
Methods inherited from class org.jboss.remoting.serialization.SerializationManager |
---|
createRegularInput, receiveObject, sendObject |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static final org.jboss.logging.Logger log
Constructor Detail |
---|
public JavaSerializationManager()
Method Detail |
---|
public org.jboss.remoting.serialization.IMarshalledValue createdMarshalledValue(Object source) throws IOException
createdMarshalledValue
in class org.jboss.remoting.serialization.impl.java.JavaSerializationManager
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |