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 MarshallingConfigurationMarshallingConfiguration. clone()Create a shallow clone.Methods in org.jboss.marshalling with parameters of type MarshallingConfiguration Modifier and Type Method Description private static intAbstractMarshaller. calcBufferSize(AbstractMarshallerFactory marshallerFactory, MarshallingConfiguration configuration)MarshallerMarshallerFactory. createMarshaller(MarshallingConfiguration configuration)Create a marshaller from this configuration.UnmarshallerMarshallerFactory. 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 MarshallerRiverMarshallerFactory. createMarshaller(MarshallingConfiguration configuration)Create a marshaller from this configuration.UnmarshallerRiverMarshallerFactory. 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 MarshallerSerialMarshallerFactory. createMarshaller(MarshallingConfiguration configuration)UnmarshallerSerialMarshallerFactory. 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)
-