| Interface | Description |
|---|---|
| ClassTableContributor | |
| MarshalledValue<T,C> | |
| MarshalledValueFactory<C> | |
| Marshaller<V,S> |
Marshalling strategy.
|
| MarshallingContext |
A marshalling context for use with a
MarshalledValue. |
| MarshallingContextFactory |
Factory for creating a marshalling context.
|
| VersionedMarshallingConfiguration |
| Class | Description |
|---|---|
| DynamicClassTable | |
| 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. |
| HashableMarshalledValueFactory | |
| MarshalledValueMarshaller<V,C> |
Marshaller that stores attribute values using marshalled values.
|
| SimpleClassTable |
Simple
ClassTable implementation based on an array of recognized classes. |
| SimpleMarshalledValue<T> |
A marshalled value that is lazily serialized and deserialized on demand.
|
| SimpleMarshalledValueFactory | |
| SimpleMarshallingContext | |
| SimpleMarshallingContextFactory |
Factory for creating a
SimpleMarshallingContext. |
| Exception | Description |
|---|---|
| InvalidSerializedFormException |
Indicates that the current class definition of an object differs from that of the serialized object
preventing deserialization.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.