| 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. |
class |
SimpleMarshalledValue<T>
A marshalled value that is lazily serialized and deserialized on demand.
|
| Modifier and Type | Method and Description |
|---|---|
<T> MarshalledValue<T,C> |
MarshalledValueFactory.createMarshalledValue(T object) |
MarshalledValue<V,C> |
MarshalledValueMarshaller.write(V object) |
| Modifier and Type | Method and Description |
|---|---|
V |
MarshalledValueMarshaller.read(MarshalledValue<V,C> value) |
Copyright © 2015 JBoss by Red Hat. All rights reserved.