| 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 © 2015 JBoss by Red Hat. All rights reserved.