| Interface | Description |
|---|---|
| ClassTableContributor |
Contributes known classes to a
ClassTable. |
| MarshallingConfigurationRepository |
Repository of versioned
MarshallingConfigurations. |
| MarshallingContext |
A marshalling context for use with a
MarshalledValue. |
| MarshallingContextFactory |
Factory for creating a marshalling context.
|
| Class | Description |
|---|---|
| ByteBufferOutputStream |
A specialized ByteArrayOutputStream that exposes the internal buffer.
|
| DynamicClassTable |
ClassTable implementation that dynamically loads ClassTableContributor instances visible from a given ClassLoader. |
| ExternalizerAdapter |
Adapts a
Externalizer to a JBoss Marshalling Externalizer. |
| ExternalizerObjectTable |
ObjectTable implementation that dynamically loads Externalizer instances available from a given ClassLoader. |
| 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. |
| HashableMarshalledValueExternalizer<T> | |
| HashableMarshalledValueFactory |
Factory for creating a
HashableMarshalledValue. |
| SimpleClassTable |
Simple
ClassTable implementation based on an array of recognized classes. |
| SimpleMarshalledValue<T> |
A marshalled value that is lazily serialized and deserialized on demand.
|
| SimpleMarshalledValueExternalizer<T> | |
| SimpleMarshalledValueFactory |
Factory for creating a
SimpleMarshalledValue. |
| SimpleMarshallingConfigurationRepository |
Simple
MarshallingConfigurationRepository implementation based on an array of MarshallingConfigurations. |
| SimpleMarshallingContext | |
| SimpleMarshallingContextFactory |
Factory for creating a
SimpleMarshallingContext. |
Copyright © 2020 JBoss by Red Hat. All rights reserved.