Package | Description |
---|---|
org.wildfly.clustering.marshalling.jboss |
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> |
HashableMarshalledValueFactory.createMarshalledValue(T object) |
<T> SimpleMarshalledValue<T> |
SimpleMarshalledValueFactory.createMarshalledValue(T object) |
SimpleMarshalledValue<T> |
SimpleMarshalledValueExternalizer.readObject(ObjectInput input) |
Modifier and Type | Method and Description |
---|---|
Class<? extends SimpleMarshalledValue<T>> |
SimpleMarshalledValueExternalizer.getTargetClass() |
Modifier and Type | Method and Description |
---|---|
void |
SimpleMarshalledValueExternalizer.writeObject(ObjectOutput output,
SimpleMarshalledValue<T> object) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.