Uses of Class
org.infinispan.marshall.UnmarshalledReferences

Packages that use UnmarshalledReferences
org.infinispan.marshall Infinispan makes use of custom marshalling to serialize and deserialize state wherever possible, rather than falling back to the JDK to do this. 
 

Uses of UnmarshalledReferences in org.infinispan.marshall
 

Methods in org.infinispan.marshall with parameters of type UnmarshalledReferences
protected  Object MarshallerImpl.unmarshallArray(ObjectInput in, UnmarshalledReferences refs)
          Deprecated.  
protected  Object MarshallerImpl.unmarshallObject(ObjectInput in, ClassLoader loader, UnmarshalledReferences refMap, boolean overrideContextClassloaderOnThread)
          Deprecated.  
protected  Object MarshallerImpl.unmarshallObject(ObjectInput in, UnmarshalledReferences refMap)
          Deprecated.  
 



Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.