Interface | Description |
---|---|
ClassTableContributor | |
MarshalledValue<T,C> | |
MarshalledValueFactory<C> | |
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 | |
MarshallingConfigurationFactory |
Boilerplate code for marshalling configuration creation.
|
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 . |
Copyright © 2014 JBoss by Red Hat. All rights reserved.