Package | Description |
---|---|
org.jboss.as.clustering.marshalling |
Modifier and Type | Class and Description |
---|---|
class |
HashableMarshalledValue<T>
Like
SimpleMarshalledValue , but also serializes the underlying object's hash code,
so that this object can still be hashed, even if deserialized, but not yet rehydrated. |
Modifier and Type | Method and Description |
---|---|
<T> SimpleMarshalledValue<T> |
SimpleMarshalledValueFactory.createMarshalledValue(T object) |
<T> SimpleMarshalledValue<T> |
HashableMarshalledValueFactory.createMarshalledValue(T object) |
Copyright © 2013 JBoss by Red Hat. All rights reserved.