Uses of Class
org.jboss.marshalling.MarshallingConfiguration
Packages that use MarshallingConfiguration
Package
Description
The marshalling API.
The River protocol implementation package.
-
Uses of MarshallingConfiguration in org.jboss.marshalling
Methods in org.jboss.marshalling that return MarshallingConfigurationMethods in org.jboss.marshalling with parameters of type MarshallingConfigurationModifier and TypeMethodDescriptionprivate static int
AbstractMarshaller.calcBufferSize
(AbstractMarshallerFactory marshallerFactory, MarshallingConfiguration configuration) MarshallerFactory.createMarshaller
(MarshallingConfiguration configuration) Create a marshaller from this configuration.MarshallerFactory.createUnmarshaller
(MarshallingConfiguration configuration) Create an unmarshaller from this configuration.Constructors in org.jboss.marshalling with parameters of type MarshallingConfigurationModifierConstructorDescriptionprotected
AbstractMarshaller
(AbstractMarshallerFactory marshallerFactory, MarshallingConfiguration configuration) Construct a new marshaller instance.protected
AbstractUnmarshaller
(AbstractMarshallerFactory marshallerFactory, MarshallingConfiguration configuration) Construct a new unmarshaller instance. -
Uses of MarshallingConfiguration in org.jboss.marshalling.river
Methods in org.jboss.marshalling.river with parameters of type MarshallingConfigurationModifier and TypeMethodDescriptionRiverMarshallerFactory.createMarshaller
(MarshallingConfiguration configuration) Create a marshaller from this configuration.RiverMarshallerFactory.createUnmarshaller
(MarshallingConfiguration configuration) Create an unmarshaller from this configuration.Constructors in org.jboss.marshalling.river with parameters of type MarshallingConfigurationModifierConstructorDescriptionprotected
RiverMarshaller
(RiverMarshallerFactory marshallerFactory, SerializableClassRegistry registry, MarshallingConfiguration configuration) protected
RiverUnmarshaller
(RiverMarshallerFactory marshallerFactory, SerializableClassRegistry registry, MarshallingConfiguration configuration) -
Uses of MarshallingConfiguration in org.jboss.marshalling.serial
Methods in org.jboss.marshalling.serial with parameters of type MarshallingConfigurationModifier and TypeMethodDescriptionSerialMarshallerFactory.createMarshaller
(MarshallingConfiguration configuration) SerialMarshallerFactory.createUnmarshaller
(MarshallingConfiguration configuration) Constructors in org.jboss.marshalling.serial with parameters of type MarshallingConfigurationModifierConstructorDescription(package private)
SerialMarshaller
(AbstractMarshallerFactory marshallerFactory, SerializableClassRegistry registry, MarshallingConfiguration configuration) (package private)
SerialUnmarshaller
(SerialMarshallerFactory factory, SerializableClassRegistry registry, MarshallingConfiguration configuration)