Uses of Interface
org.jboss.serial.objectmetamodel.ObjectSubstitutionInterface

Packages that use ObjectSubstitutionInterface
org.jboss.serial.objectmetamodel   
org.jboss.serial.persister   
 

Uses of ObjectSubstitutionInterface in org.jboss.serial.objectmetamodel
 

Methods in org.jboss.serial.objectmetamodel that return ObjectSubstitutionInterface
 ObjectSubstitutionInterface ObjectsCache.getSubstitution()
           
 

Methods in org.jboss.serial.objectmetamodel with parameters of type ObjectSubstitutionInterface
 void ObjectsCache.setSubstitution(ObjectSubstitutionInterface substitution)
           
 

Constructors in org.jboss.serial.objectmetamodel with parameters of type ObjectSubstitutionInterface
DataContainer(java.lang.ClassLoader loader, ObjectSubstitutionInterface substitution, boolean checkSerializable)
           
DataContainer(java.lang.ClassLoader loader, ObjectSubstitutionInterface substitution, SafeCloningRepository safeToReuse, boolean checkSerializable)
           
ObjectsCache(ObjectSubstitutionInterface substitution, java.lang.ClassLoader loader, SafeCloningRepository safeToReuse, boolean checkSerializableClass)
           
 

Uses of ObjectSubstitutionInterface in org.jboss.serial.persister
 

Methods in org.jboss.serial.persister with parameters of type ObjectSubstitutionInterface
 void ArrayPersister.writeData(ObjectDescription descriptor, java.io.ObjectOutput out, java.lang.Object obj, ObjectSubstitutionInterface substitution)
           
 java.lang.Object ArrayPersister.readData(java.lang.ClassLoader loader, ObjectDescription descriptor, java.io.ObjectInput input, ObjectSubstitutionInterface substitution)
           
 void Persister.writeData(ObjectDescription descriptor, java.io.ObjectOutput out, java.lang.Object obj, ObjectSubstitutionInterface substitution)
           
 java.lang.Object Persister.readData(java.lang.ClassLoader loader, ObjectDescription descriptor, java.io.ObjectInput input, ObjectSubstitutionInterface substitution)
           
 void ClassReferencePersister.writeData(ObjectDescription descriptor, java.io.ObjectOutput output, java.lang.Object obj, ObjectSubstitutionInterface substitution)
           
 java.lang.Object ClassReferencePersister.readData(java.lang.ClassLoader loader, ObjectDescription descriptor, java.io.ObjectInput input, ObjectSubstitutionInterface substitution)
           
 void ExternalizePersister.writeData(ObjectDescription descriptor, java.io.ObjectOutput out, java.lang.Object obj, ObjectSubstitutionInterface substitution)
           
 java.lang.Object ExternalizePersister.readData(java.lang.ClassLoader loader, ObjectDescription descriptor, java.io.ObjectInput input, ObjectSubstitutionInterface substitution)
           
 void PrivateWritePersister.writeData(ObjectDescription descriptor, java.io.ObjectOutput out, java.lang.Object obj, ObjectSubstitutionInterface substitution)
           
 java.lang.Object PrivateWritePersister.readData(java.lang.ClassLoader loader, ObjectDescription descriptor, java.io.ObjectInput input, ObjectSubstitutionInterface substitution)
           
 void RegularObjectPersister.writeData(ObjectDescription descriptor, java.io.ObjectOutput output, java.lang.Object obj, ObjectSubstitutionInterface substitution)
           
static void RegularObjectPersister.defaultWrite(java.io.ObjectOutput output, java.lang.Object obj, ClassMetaData metaClass, ObjectSubstitutionInterface substitution)
           
 java.lang.Object RegularObjectPersister.readData(java.lang.ClassLoader loader, ObjectDescription descriptor, java.io.ObjectInput input, ObjectSubstitutionInterface substitution)
           
static java.lang.Object RegularObjectPersister.defaultRead(java.io.ObjectInput input, java.lang.Object obj, ClassMetaData metaData, ObjectSubstitutionInterface substitution)
           
 void ProxyPersister.writeData(ObjectDescription descriptor, java.io.ObjectOutput output, java.lang.Object obj, ObjectSubstitutionInterface substitution)
           
 java.lang.Object ProxyPersister.readData(java.lang.ClassLoader loader, ObjectDescription descriptor, java.io.ObjectInput input, ObjectSubstitutionInterface substitution)
           
 

Constructors in org.jboss.serial.persister with parameters of type ObjectSubstitutionInterface
ObjectInputStreamProxy(java.io.ObjectInput input, java.lang.Object currentObj, ClassMetaData currentMetaClass, ObjectSubstitutionInterface currentSubstitution)
           
ObjectOutputStreamProxy(java.io.ObjectOutput output, java.lang.Object currentObj, ClassMetaData currentMetaClass, ObjectSubstitutionInterface currentSubstitution)
           
 



JBoss Serialization, a new approach to java-serialization.