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 TypeClassDescriptionclassAn abstract implementation of theMarshallerinterface.classA Marshaller which simply wraps an object stream.Fields in org.jboss.marshalling declared as MarshallerModifier and TypeFieldDescriptionprivate final MarshallerMarshallerObjectOutput.marshallerprivate MarshallerMarshallingObjectOutputStream.marshallerprivate final MarshallerMarshallerObjectOutputStream.outputMethods 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 TypeMethodDescriptionvoidAbstractClassResolver.annotateClass(Marshaller marshaller, Class<?> clazz) Add optional information about a class to a stream.voidClassResolver.annotateClass(Marshaller marshaller, Class<?> clazz) Add optional information about a class to a stream.voidModularClassResolver.annotateClass(Marshaller marshaller, Class<?> clazz) Add optional information about a class to a stream.voidAbstractClassResolver.annotateProxyClass(Marshaller marshaller, Class<?> proxyClass) Add optional information about a proxy class to a stream.voidClassResolver.annotateProxyClass(Marshaller marshaller, Class<?> proxyClass) Add optional information about a proxy class to a stream.voidModularClassResolver.annotateProxyClass(Marshaller marshaller, Class<?> proxyClass) Add optional information about a proxy class to a stream.voidByteWriter.writeClass(Marshaller marshaller, Class<?> clazz) voidClassTable.Writer.writeClass(Marshaller marshaller, Class<?> clazz) Write the predefined class reference to the stream.voidModularClassTable.ClassWriter.writeClass(Marshaller marshaller, Class<?> clazz) voidModularClassTable.ProxyWriter.writeClass(Marshaller marshaller, Class<?> clazz) voidByteWriter.writeObject(Marshaller marshaller, Object object) voidObjectTable.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.protectedConstruct a new instance that delegates to the given marshaller.protectedMarshallingObjectOutputStream(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 voidRiverPutField.write(Marshaller marshaller) Constructors in org.jboss.marshalling.river with parameters of type MarshallerModifierConstructorDescriptionprotectedRiverObjectOutputStream(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 TypeMethodDescriptionvoidBooleanFieldPutter.write(Marshaller marshaller) Write the value of this field in its proper native format.voidByteFieldPutter.write(Marshaller marshaller) Write the value of this field in its proper native format.voidCharFieldPutter.write(Marshaller marshaller) Write the value of this field in its proper native format.voidDoubleFieldPutter.write(Marshaller marshaller) Write the value of this field in its proper native format.abstract voidFieldPutter.write(Marshaller marshaller) Write the value of this field in its proper native format.voidFloatFieldPutter.write(Marshaller marshaller) Write the value of this field in its proper native format.voidIntFieldPutter.write(Marshaller marshaller) Write the value of this field in its proper native format.voidLongFieldPutter.write(Marshaller marshaller) Write the value of this field in its proper native format.voidObjectFieldPutter.write(Marshaller marshaller) Write the value of this field in its proper native format.voidShortFieldPutter.write(Marshaller marshaller) Write the value of this field in its proper native format.