|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
protected Object |
MarshallerImpl.unmarshallObject(ObjectInput in,
ClassLoader loader,
UnmarshalledReferences refMap,
boolean overrideContextClassloaderOnThread)
|
protected Object |
MarshallerImpl.unmarshallObject(ObjectInput in,
UnmarshalledReferences refMap)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |