Package | Description |
---|---|
org.infinispan.marshall.jboss |
Hooks to bridge Infinispan's marshalling APIs with JBoss Marshalling internals.
|
org.jboss.marshalling |
The marshalling API.
|
org.jboss.marshalling.river | |
org.jboss.marshalling.util |
Modifier and Type | Class and Description |
---|---|
class |
ExtendedRiverMarshaller
RiverMarshaller extension that allows Infinispan code to directly
create instances of it. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMarshaller
An abstract implementation of the
Marshaller interface. |
class |
ObjectOutputStreamMarshaller
A Marshaller which simply wraps an object stream.
|
Modifier and Type | Method and Description |
---|---|
Marshaller |
MarshallerFactory.createMarshaller(MarshallingConfiguration configuration)
Create a marshaller from this configuration.
|
Modifier and Type | Method and Description |
---|---|
void |
ModularClassResolver.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 |
AbstractClassResolver.annotateClass(Marshaller marshaller,
Class<?> clazz)
Add optional information about a class to a stream.
|
void |
ModularClassResolver.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 |
AbstractClassResolver.annotateProxyClass(Marshaller marshaller,
Class<?> proxyClass)
Add optional information about a proxy class to a stream.
|
void |
ClassTable.Writer.writeClass(Marshaller marshaller,
Class<?> clazz)
Write the predefined class reference to the stream.
|
void |
ObjectTable.Writer.writeObject(Marshaller marshaller,
Object object)
Write the predefined object reference to the stream.
|
Constructor and 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 and Description |
---|---|
class |
org.jboss.marshalling.river.RiverMarshaller |
Modifier and Type | Method and Description |
---|---|
void |
ShortFieldPutter.write(Marshaller marshaller) |
void |
ObjectFieldPutter.write(Marshaller marshaller) |
void |
LongFieldPutter.write(Marshaller marshaller) |
void |
IntFieldPutter.write(Marshaller marshaller) |
void |
FloatFieldPutter.write(Marshaller marshaller) |
abstract void |
FieldPutter.write(Marshaller marshaller) |
void |
DoubleFieldPutter.write(Marshaller marshaller) |
void |
CharFieldPutter.write(Marshaller marshaller) |
void |
ByteFieldPutter.write(Marshaller marshaller) |
void |
BooleanFieldPutter.write(Marshaller marshaller) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.