Uses of Interface
org.jboss.marshalling.Marshaller
-
Packages that use Marshaller Package Description org.jboss.marshalling The marshalling API.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.Methods 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, 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.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 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.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.
-