Package | Description |
---|---|
org.jboss.marshalling |
The marshalling API.
|
org.jboss.marshalling.cloner | |
org.jboss.marshalling.reflect |
Reflection utilities for marshalling users and implementations.
|
org.jboss.marshalling.river |
The River protocol implementation package.
|
org.jboss.marshalling.serial | |
org.jboss.marshalling.util |
Class | Description |
---|---|
AbstractClassResolver |
A base implementation of
ClassResolver which simply resolves the class
against a classloader which is specified by the subclass implementation. |
AbstractMarshallerFactory |
An abstract implementation of the
MarshallerFactory interface. |
AbstractObjectInput |
An abstract object input implementation.
|
AbstractObjectOutput |
An abstract object output implementation.
|
ByteInput |
An input stream of bytes.
|
ByteInputStream |
An
InputStream which implements ByteInput and reads bytes from another ByteInput . |
ByteOutput |
An output stream of bytes.
|
ByteOutputStream |
An
OutputStream which implements ByteOutput and writes bytes to another ByteOutput . |
ClassExternalizerFactory |
A factory for locating custom externalizers.
|
ClassResolver |
A class annotator and resolver.
|
ClassTable |
A lookup mechanism for predefined classes.
|
ClassTable.Writer |
The class writer for a specific class.
|
Creator |
Deprecated.
This API is deprecated and will be removed in a future version.
|
ExceptionListener |
A listener for exceptions which occur during marshalling or unmarshalling.
|
Externalize |
Indicate that this class should be externalized by an instance of the given externalizer class.
|
Externalizer |
A replacement serializer for an object class.
|
FieldSetter |
A setter for a (possibly final) field, which allows for correct object initialization of
Serializable objects
with readObject() methods, even in the presence of final fields. |
Marshaller |
An object marshaller for writing objects to byte streams.
|
MarshallerFactory |
The main marshaller factory.
|
MarshallingConfiguration |
A Marshaller configuration.
|
ModularClassResolver |
A class table which implements an alternate class resolution strategy based on JBoss Modules.
|
ModularClassTable |
A class table which implements an alternate class resolution strategy based on JBoss Modules.
|
ObjectResolver |
Resolver for substituting objects in a stream.
|
ObjectTable |
A lookup mechanism for predefined object references.
|
ObjectTable.Writer |
The object writer for a specific object.
|
Pair |
A serializable pair of values.
|
Pair.Externalizer |
An externalizer for
Pair instances. |
SerializabilityChecker |
A checker to determine whether an object class should be treated as serializable.
|
SimpleByteInput |
A simple byte input which extends
InputStream . |
SimpleByteOutput |
A simple byte output which extends
OutputStream . |
SimpleDataInput | |
SimpleDataOutput |
A simple base implementation of
DataOutput which wraps a ByteOutput . |
StreamHeader |
A producer of stream headers.
|
TraceInformation.IndexType |
The type of index for a multi-valued collection or map.
|
TraceInformation.Info |
Information about the circumstances surrounding (un)marshalling.
|
TraceInformation.MethodInfo.Type |
The type of method being executed.
|
Unmarshaller |
An unmarshaller which reads objects from a stream.
|
Class | Description |
---|---|
Creator |
Deprecated.
This API is deprecated and will be removed in a future version.
|
ObjectResolver |
Resolver for substituting objects in a stream.
|
SerializabilityChecker |
A checker to determine whether an object class should be treated as serializable.
|
Class | Description |
---|---|
Creator |
Deprecated.
This API is deprecated and will be removed in a future version.
|
Class | Description |
---|---|
AbstractMarshaller |
An abstract implementation of the
Marshaller interface. |
AbstractMarshallerFactory |
An abstract implementation of the
MarshallerFactory interface. |
AbstractObjectInput |
An abstract object input implementation.
|
AbstractObjectOutput |
An abstract object output implementation.
|
AbstractUnmarshaller |
An abstract implementation of the
Unmarshaller interface. |
ByteInput |
An input stream of bytes.
|
ByteInputStream |
An
InputStream which implements ByteInput and reads bytes from another ByteInput . |
ByteOutput |
An output stream of bytes.
|
ByteOutputStream |
An
OutputStream which implements ByteOutput and writes bytes to another ByteOutput . |
Externalizer |
A replacement serializer for an object class.
|
Marshaller |
An object marshaller for writing objects to byte streams.
|
MarshallerFactory |
The main marshaller factory.
|
MarshallerObjectInputStream |
A marshaller's object input stream.
|
MarshallerObjectOutputStream |
A marshaller's object output stream.
|
MarshallingConfiguration |
A Marshaller configuration.
|
ProviderDescriptor |
A provider descriptor for automatically-discovered marshalling factory types.
|
SimpleByteInput |
A simple byte input which extends
InputStream . |
SimpleByteOutput |
A simple byte output which extends
OutputStream . |
SimpleDataInput | |
SimpleDataOutput |
A simple base implementation of
DataOutput which wraps a ByteOutput . |
Unmarshaller |
An unmarshaller which reads objects from a stream.
|
Class | Description |
---|---|
AbstractMarshaller |
An abstract implementation of the
Marshaller interface. |
AbstractMarshallerFactory |
An abstract implementation of the
MarshallerFactory interface. |
AbstractObjectInput |
An abstract object input implementation.
|
AbstractObjectOutput |
An abstract object output implementation.
|
AbstractUnmarshaller |
An abstract implementation of the
Unmarshaller interface. |
ByteInput |
An input stream of bytes.
|
ByteInputStream |
An
InputStream which implements ByteInput and reads bytes from another ByteInput . |
ByteOutput |
An output stream of bytes.
|
ByteOutputStream |
An
OutputStream which implements ByteOutput and writes bytes to another ByteOutput . |
Creator |
Deprecated.
This API is deprecated and will be removed in a future version.
|
Externalizer |
A replacement serializer for an object class.
|
Marshaller |
An object marshaller for writing objects to byte streams.
|
MarshallerFactory |
The main marshaller factory.
|
MarshallerObjectInputStream |
A marshaller's object input stream.
|
MarshallerObjectOutputStream |
A marshaller's object output stream.
|
MarshallingConfiguration |
A Marshaller configuration.
|
ProviderDescriptor |
A provider descriptor for automatically-discovered marshalling factory types.
|
SimpleByteInput |
A simple byte input which extends
InputStream . |
SimpleByteOutput |
A simple byte output which extends
OutputStream . |
SimpleDataInput | |
SimpleDataOutput |
A simple base implementation of
DataOutput which wraps a ByteOutput . |
StreamHeader |
A producer of stream headers.
|
Unmarshaller |
An unmarshaller which reads objects from a stream.
|
Class | Description |
---|---|
Marshaller |
An object marshaller for writing objects to byte streams.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.