org.jboss.invocation.unified.interfaces
Class JavaSerializationManager
java.lang.Object
org.jboss.remoting.serialization.SerializationManager
org.jboss.remoting.serialization.impl.java.JavaSerializationManager
org.jboss.invocation.unified.interfaces.JavaSerializationManager
public class JavaSerializationManager
- extends org.jboss.remoting.serialization.impl.java.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.
$Id: JavaSerializationManager.java 57209 2006-09-26 12:21:57Z dimitris@jboss.org $
- Author:
- Clebert Suconic
Field Summary |
protected static org.jboss.logging.Logger |
log
|
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, createOutput, receiveObject, sendObject |
Methods inherited from class org.jboss.remoting.serialization.SerializationManager |
createRegularInput |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
protected static final org.jboss.logging.Logger log
JavaSerializationManager
public JavaSerializationManager()
createdMarshalledValue
public org.jboss.remoting.serialization.IMarshalledValue createdMarshalledValue(Object source)
throws IOException
- Creates a MarshalledValue that does lazy serialization.
- Overrides:
createdMarshalledValue
in class org.jboss.remoting.serialization.impl.java.JavaSerializationManager
- Throws:
IOException
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.