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
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
-