Package | Description |
---|---|
org.jboss.marshalling |
The marshalling API.
|
org.jboss.marshalling.river |
The River protocol implementation package.
|
org.jboss.marshalling.serial | |
org.jboss.marshalling.util |
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractMarshaller |
An abstract implementation of the
Marshaller interface. |
class |
ObjectOutputStreamMarshaller |
A Marshaller which simply wraps an object stream.
|
Modifier and Type | Method | Description |
---|---|---|
Marshaller |
MarshallerFactory.createMarshaller(MarshallingConfiguration configuration) |
Create a marshaller from this configuration.
|
Modifier and Type | Method | Description |
---|---|---|
void |
AbstractClassResolver.annotateClass(Marshaller marshaller,
Class<?> clazz) |
Add optional information about a class to a stream.
|
void |
ClassResolver.annotateClass(Marshaller marshaller,
Class<?> clazz) |
Add optional information about a class to a stream.
|
void |
ModularClassResolver.annotateClass(Marshaller marshaller,
Class<?> clazz) |
Add optional information about a class to a stream.
|
void |
AbstractClassResolver.annotateProxyClass(Marshaller marshaller,
Class<?> proxyClass) |
Add optional information about a proxy class to a stream.
|
void |
ClassResolver.annotateProxyClass(Marshaller marshaller,
Class<?> proxyClass) |
Add optional information about a proxy class to a stream.
|
void |
ModularClassResolver.annotateProxyClass(Marshaller marshaller,
Class<?> proxyClass) |
Add optional information about a proxy class to a stream.
|
void |
ByteWriter.writeClass(Marshaller marshaller,
Class<?> clazz) |
|
void |
ClassTable.Writer.writeClass(Marshaller marshaller,
Class<?> clazz) |
Write the predefined class reference to the stream.
|
void |
ByteWriter.writeObject(Marshaller marshaller,
Object object) |
|
void |
ObjectTable.Writer.writeObject(Marshaller marshaller,
Object object) |
Write the predefined object reference to the stream.
|
Constructor | Description |
---|---|
MarshallerObjectOutput(Marshaller marshaller) |
Construct a new instance.
|
MarshallerObjectOutputStream(Marshaller output) |
Construct a new instance that delegates to the given marshaller.
|
MarshallingObjectOutputStream(Marshaller marshaller,
ByteOutput byteOutput) |
Construct a new instance that delegates to the given marshaller.
|
Modifier and Type | Class | Description |
---|---|---|
class |
BlockMarshaller |
|
class |
RiverMarshaller |
Modifier and Type | Method | Description |
---|---|---|
Marshaller |
RiverMarshallerFactory.createMarshaller(MarshallingConfiguration configuration) |
Create a marshaller from this configuration.
|
Modifier and Type | Method | Description |
---|---|---|
protected void |
RiverPutField.write(Marshaller marshaller) |
Constructor | Description |
---|---|
RiverObjectOutputStream(Marshaller delegateMarshaller,
RiverMarshaller marshaller) |
Modifier and Type | Class | Description |
---|---|---|
class |
BlockMarshaller |
|
class |
SerialMarshaller |
Modifier and Type | Method | Description |
---|---|---|
Marshaller |
SerialMarshallerFactory.createMarshaller(MarshallingConfiguration configuration) |
Modifier and Type | Method | Description |
---|---|---|
void |
BooleanFieldPutter.write(Marshaller marshaller) |
Write the value of this field in its proper native format.
|
void |
ByteFieldPutter.write(Marshaller marshaller) |
Write the value of this field in its proper native format.
|
void |
CharFieldPutter.write(Marshaller marshaller) |
Write the value of this field in its proper native format.
|
void |
DoubleFieldPutter.write(Marshaller marshaller) |
Write the value of this field in its proper native format.
|
abstract void |
FieldPutter.write(Marshaller marshaller) |
Write the value of this field in its proper native format.
|
void |
FloatFieldPutter.write(Marshaller marshaller) |
Write the value of this field in its proper native format.
|
void |
IntFieldPutter.write(Marshaller marshaller) |
Write the value of this field in its proper native format.
|
void |
LongFieldPutter.write(Marshaller marshaller) |
Write the value of this field in its proper native format.
|
void |
ObjectFieldPutter.write(Marshaller marshaller) |
Write the value of this field in its proper native format.
|
void |
ShortFieldPutter.write(Marshaller marshaller) |
Write the value of this field in its proper native format.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.