Uses of Interface
org.jboss.marshalling.Marshaller
-
Packages that use Marshaller Package Description org.jboss.marshalling The marshalling API.org.jboss.marshalling.cloner 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 Modifier and Type Class Description classAbstractMarshallerAn abstract implementation of theMarshallerinterface.classObjectOutputStreamMarshallerA Marshaller which simply wraps an object stream.Fields in org.jboss.marshalling declared as Marshaller Modifier and Type Field Description private MarshallerMarshallerObjectOutput. marshallerprivate MarshallerMarshallingObjectOutputStream. marshallerprivate MarshallerMarshallerObjectOutputStream. outputMethods in org.jboss.marshalling that return Marshaller Modifier and Type Method Description MarshallerMarshallerFactory. createMarshaller(MarshallingConfiguration configuration)Create a marshaller from this configuration.Methods in org.jboss.marshalling with parameters of type Marshaller Modifier and Type Method Description voidAbstractClassResolver. annotateClass(Marshaller marshaller, java.lang.Class<?> clazz)Add optional information about a class to a stream.voidClassResolver. annotateClass(Marshaller marshaller, java.lang.Class<?> clazz)Add optional information about a class to a stream.voidModularClassResolver. annotateClass(Marshaller marshaller, java.lang.Class<?> clazz)Add optional information about a class to a stream.voidAbstractClassResolver. annotateProxyClass(Marshaller marshaller, java.lang.Class<?> proxyClass)Add optional information about a proxy class to a stream.voidClassResolver. annotateProxyClass(Marshaller marshaller, java.lang.Class<?> proxyClass)Add optional information about a proxy class to a stream.voidModularClassResolver. annotateProxyClass(Marshaller marshaller, java.lang.Class<?> proxyClass)Add optional information about a proxy class to a stream.voidByteWriter. writeClass(Marshaller marshaller, java.lang.Class<?> clazz)voidClassTable.Writer. writeClass(Marshaller marshaller, java.lang.Class<?> clazz)Write the predefined class reference to the stream.voidModularClassTable.ClassWriter. writeClass(Marshaller marshaller, java.lang.Class<?> clazz)voidModularClassTable.ProxyWriter. writeClass(Marshaller marshaller, java.lang.Class<?> clazz)voidByteWriter. writeObject(Marshaller marshaller, java.lang.Object object)voidObjectTable.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 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. -
Uses of Marshaller in org.jboss.marshalling.cloner
Classes in org.jboss.marshalling.cloner that implement Marshaller Modifier and Type Class Description (package private) classSerializingCloner.StepObjectOutput -
Uses of Marshaller in org.jboss.marshalling.river
Classes in org.jboss.marshalling.river that implement Marshaller Modifier and Type Class Description classBlockMarshallerclassRiverMarshallerMethods in org.jboss.marshalling.river that return Marshaller Modifier and Type Method Description MarshallerRiverMarshallerFactory. createMarshaller(MarshallingConfiguration configuration)Create a marshaller from this configuration.Methods in org.jboss.marshalling.river with parameters of type Marshaller Modifier and Type Method Description protected voidRiverPutField. write(Marshaller marshaller)Constructors in org.jboss.marshalling.river with parameters of type Marshaller Constructor Description RiverObjectOutputStream(Marshaller delegateMarshaller, RiverMarshaller marshaller) -
Uses of Marshaller in org.jboss.marshalling.serial
Classes in org.jboss.marshalling.serial that implement Marshaller Modifier and Type Class Description classBlockMarshallerclassSerialMarshallerMethods in org.jboss.marshalling.serial that return Marshaller Modifier and Type Method Description MarshallerSerialMarshallerFactory. createMarshaller(MarshallingConfiguration configuration) -
Uses of Marshaller in org.jboss.marshalling.util
Methods in org.jboss.marshalling.util with parameters of type Marshaller Modifier and Type Method Description voidBooleanFieldPutter. 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.
-