Uses of Interface
org.jboss.marshalling.Marshaller
Packages that use Marshaller
-
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.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 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.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.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.