Uses of Class
org.jboss.marshalling.MarshallingConfiguration
-
Packages that use MarshallingConfiguration Package Description org.jboss.marshalling The marshalling API.org.jboss.marshalling.river The River protocol implementation package.org.jboss.marshalling.serial -
-
Uses of MarshallingConfiguration in org.jboss.marshalling
Methods in org.jboss.marshalling that return MarshallingConfiguration Modifier and Type Method Description MarshallingConfiguration
MarshallingConfiguration. clone()
Create a shallow clone.Methods in org.jboss.marshalling with parameters of type MarshallingConfiguration Modifier and Type Method Description private static int
AbstractMarshaller. calcBufferSize(AbstractMarshallerFactory marshallerFactory, MarshallingConfiguration configuration)
Marshaller
MarshallerFactory. createMarshaller(MarshallingConfiguration configuration)
Create a marshaller from this configuration.Unmarshaller
MarshallerFactory. createUnmarshaller(MarshallingConfiguration configuration)
Create an unmarshaller from this configuration.Constructors in org.jboss.marshalling with parameters of type MarshallingConfiguration Constructor Description AbstractMarshaller(AbstractMarshallerFactory marshallerFactory, MarshallingConfiguration configuration)
Construct a new marshaller instance.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 MarshallingConfiguration Modifier and Type Method Description Marshaller
RiverMarshallerFactory. createMarshaller(MarshallingConfiguration configuration)
Create a marshaller from this configuration.Unmarshaller
RiverMarshallerFactory. createUnmarshaller(MarshallingConfiguration configuration)
Create an unmarshaller from this configuration.Constructors in org.jboss.marshalling.river with parameters of type MarshallingConfiguration Constructor Description RiverMarshaller(RiverMarshallerFactory marshallerFactory, SerializableClassRegistry registry, MarshallingConfiguration configuration)
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 MarshallingConfiguration Modifier and Type Method Description Marshaller
SerialMarshallerFactory. createMarshaller(MarshallingConfiguration configuration)
Unmarshaller
SerialMarshallerFactory. createUnmarshaller(MarshallingConfiguration configuration)
Constructors in org.jboss.marshalling.serial with parameters of type MarshallingConfiguration Constructor Description SerialMarshaller(AbstractMarshallerFactory marshallerFactory, SerializableClassRegistry registry, MarshallingConfiguration configuration)
SerialUnmarshaller(SerialMarshallerFactory factory, SerializableClassRegistry registry, MarshallingConfiguration configuration)
-