Uses of Interface
org.jboss.marshalling.Marshaller
Packages that use Marshaller
Package
Description
The marshalling API.
The River protocol implementation package.
-
Uses of Marshaller in org.jboss.marshalling
Classes in org.jboss.marshalling that implement MarshallerModifier and TypeClassDescriptionclass
An abstract implementation of theMarshaller
interface.class
A Marshaller which simply wraps an object stream.Fields in org.jboss.marshalling declared as MarshallerModifier and TypeFieldDescriptionprivate final Marshaller
MarshallerObjectOutput.marshaller
private Marshaller
MarshallingObjectOutputStream.marshaller
private final Marshaller
MarshallerObjectOutputStream.output
Methods in org.jboss.marshalling that return MarshallerModifier and TypeMethodDescriptionMarshallerFactory.createMarshaller
(MarshallingConfiguration configuration) Create a marshaller from this configuration.Methods in org.jboss.marshalling with parameters of type MarshallerModifier and TypeMethodDescriptionvoid
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
ModularClassTable.ClassWriter.writeClass
(Marshaller marshaller, Class<?> clazz) void
ModularClassTable.ProxyWriter.writeClass
(Marshaller marshaller, Class<?> clazz) void
ByteWriter.writeObject
(Marshaller marshaller, Object object) void
ObjectTable.Writer.writeObject
(Marshaller marshaller, Object object) Write the predefined object reference to the stream.Constructors in org.jboss.marshalling with parameters of type MarshallerModifierConstructorDescriptionMarshallerObjectOutput
(Marshaller marshaller) Construct a new instance.protected
Construct a new instance that delegates to the given marshaller.protected
MarshallingObjectOutputStream
(Marshaller marshaller, ByteOutput byteOutput) Construct a new instance that delegates to the given marshaller. -
Uses of Marshaller in org.jboss.marshalling.cloner
Classes in org.jboss.marshalling.cloner that implement Marshaller -
Uses of Marshaller in org.jboss.marshalling.river
Classes in org.jboss.marshalling.river that implement MarshallerMethods in org.jboss.marshalling.river that return MarshallerModifier and TypeMethodDescriptionRiverMarshallerFactory.createMarshaller
(MarshallingConfiguration configuration) Create a marshaller from this configuration.Methods in org.jboss.marshalling.river with parameters of type MarshallerModifier and TypeMethodDescriptionprotected final void
RiverPutField.write
(Marshaller marshaller) Constructors in org.jboss.marshalling.river with parameters of type MarshallerModifierConstructorDescriptionprotected
RiverObjectOutputStream
(Marshaller delegateMarshaller, RiverMarshaller marshaller) -
Uses of Marshaller in org.jboss.marshalling.serial
Classes in org.jboss.marshalling.serial that implement MarshallerMethods in org.jboss.marshalling.serial that return MarshallerModifier and TypeMethodDescriptionSerialMarshallerFactory.createMarshaller
(MarshallingConfiguration configuration) -
Uses of Marshaller in org.jboss.marshalling.util
Methods in org.jboss.marshalling.util with parameters of type MarshallerModifier and TypeMethodDescriptionvoid
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.