Uses of Class
org.jboss.marshalling.AbstractMarshallerFactory
-
Packages that use AbstractMarshallerFactory Package Description org.jboss.marshalling The marshalling API.org.jboss.marshalling.river The River protocol implementation package.org.jboss.marshalling.serial -
-
Uses of AbstractMarshallerFactory in org.jboss.marshalling
Methods in org.jboss.marshalling with parameters of type AbstractMarshallerFactory Modifier and Type Method Description private static int
AbstractMarshaller. calcBufferSize(AbstractMarshallerFactory marshallerFactory, MarshallingConfiguration configuration)
Constructors in org.jboss.marshalling with parameters of type AbstractMarshallerFactory Constructor Description AbstractMarshaller(AbstractMarshallerFactory marshallerFactory, MarshallingConfiguration configuration)
Construct a new marshaller instance.AbstractUnmarshaller(AbstractMarshallerFactory marshallerFactory, MarshallingConfiguration configuration)
Construct a new unmarshaller instance. -
Uses of AbstractMarshallerFactory in org.jboss.marshalling.river
Subclasses of AbstractMarshallerFactory in org.jboss.marshalling.river Modifier and Type Class Description class
RiverMarshallerFactory
The River marshaller factory implementation. -
Uses of AbstractMarshallerFactory in org.jboss.marshalling.serial
Subclasses of AbstractMarshallerFactory in org.jboss.marshalling.serial Modifier and Type Class Description class
SerialMarshallerFactory
Constructors in org.jboss.marshalling.serial with parameters of type AbstractMarshallerFactory Constructor Description SerialMarshaller(AbstractMarshallerFactory marshallerFactory, SerializableClassRegistry registry, MarshallingConfiguration configuration)
-