|
JBoss Marshalling 1.3.0.GA | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Marshaller | |
|---|---|
| org.jboss.marshalling | The marshalling API. |
| org.jboss.marshalling.river | The River protocol implementation package. |
| org.jboss.marshalling.serial | |
| org.jboss.marshalling.util | |
| Uses of Marshaller in org.jboss.marshalling |
|---|
| Classes in org.jboss.marshalling that implement Marshaller | |
|---|---|
class |
AbstractMarshaller
An abstract implementation of the Marshaller interface. |
class |
ObjectOutputStreamMarshaller
A Marshaller which simply wraps an object stream. |
| Methods in org.jboss.marshalling that return Marshaller | |
|---|---|
Marshaller |
MarshallerFactory.createMarshaller(MarshallingConfiguration configuration)
Create a marshaller from this configuration. |
| Methods in org.jboss.marshalling with parameters of type Marshaller | |
|---|---|
void |
ClassResolver.annotateClass(Marshaller marshaller,
java.lang.Class<?> clazz)
Add optional information about a class to a stream. |
void |
AbstractClassResolver.annotateClass(Marshaller marshaller,
java.lang.Class<?> clazz)
Add optional information about a class to a stream. |
void |
ModularClassResolver.annotateClass(Marshaller marshaller,
java.lang.Class<?> clazz)
Add optional information about a class to a stream. |
void |
ClassResolver.annotateProxyClass(Marshaller marshaller,
java.lang.Class<?> proxyClass)
Add optional information about a proxy class to a stream. |
void |
AbstractClassResolver.annotateProxyClass(Marshaller marshaller,
java.lang.Class<?> proxyClass)
Add optional information about a proxy class to a stream. |
void |
ModularClassResolver.annotateProxyClass(Marshaller marshaller,
java.lang.Class<?> proxyClass)
Add optional information about a proxy class to a stream. |
void |
ClassTable.Writer.writeClass(Marshaller marshaller,
java.lang.Class<?> clazz)
Write the predefined class reference to the stream. |
void |
ObjectTable.Writer.writeObject(Marshaller marshaller,
java.lang.Object object)
Write the predefined object reference to the stream. |
| Constructors in org.jboss.marshalling with parameters of type Marshaller | |
|---|---|
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. |
|
| Uses of Marshaller in org.jboss.marshalling.river |
|---|
| Classes in org.jboss.marshalling.river that implement Marshaller | |
|---|---|
class |
BlockMarshaller
|
class |
RiverMarshaller
|
| Methods in org.jboss.marshalling.river that return Marshaller | |
|---|---|
Marshaller |
RiverMarshallerFactory.createMarshaller(MarshallingConfiguration configuration)
Create a marshaller from this configuration. |
| Methods in org.jboss.marshalling.river with parameters of type Marshaller | |
|---|---|
protected void |
RiverPutField.write(Marshaller marshaller)
|
| Constructors in org.jboss.marshalling.river with parameters of type Marshaller | |
|---|---|
RiverObjectOutputStream(Marshaller delegateMarshaller,
RiverMarshaller marshaller)
|
|
| Uses of Marshaller in org.jboss.marshalling.serial |
|---|
| Classes in org.jboss.marshalling.serial that implement Marshaller | |
|---|---|
class |
SerialMarshaller
|
| Methods in org.jboss.marshalling.serial that return Marshaller | |
|---|---|
Marshaller |
SerialMarshallerFactory.createMarshaller(MarshallingConfiguration configuration)
|
| Uses of Marshaller in org.jboss.marshalling.util |
|---|
| Methods in org.jboss.marshalling.util with parameters of type Marshaller | |
|---|---|
void |
DoubleFieldPutter.write(Marshaller marshaller)
|
void |
CharFieldPutter.write(Marshaller marshaller)
|
void |
BooleanFieldPutter.write(Marshaller marshaller)
|
void |
ByteFieldPutter.write(Marshaller marshaller)
|
abstract void |
FieldPutter.write(Marshaller marshaller)
|
void |
ObjectFieldPutter.write(Marshaller marshaller)
|
void |
ShortFieldPutter.write(Marshaller marshaller)
|
void |
FloatFieldPutter.write(Marshaller marshaller)
|
void |
IntFieldPutter.write(Marshaller marshaller)
|
void |
LongFieldPutter.write(Marshaller marshaller)
|
|
JBoss Marshalling 1.3.0.GA | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||