Uses of Class
org.jboss.marshalling.AbstractMarshallerFactory
Packages that use AbstractMarshallerFactory
Package
Description
The marshalling API.
The River protocol implementation package.
-
Uses of AbstractMarshallerFactory in org.jboss.marshalling
Methods in org.jboss.marshalling with parameters of type AbstractMarshallerFactoryModifier and TypeMethodDescriptionprivate static int
AbstractMarshaller.calcBufferSize
(AbstractMarshallerFactory marshallerFactory, MarshallingConfiguration configuration) Constructors in org.jboss.marshalling with parameters of type AbstractMarshallerFactoryModifierConstructorDescriptionprotected
AbstractMarshaller
(AbstractMarshallerFactory marshallerFactory, MarshallingConfiguration configuration) Construct a new marshaller instance.protected
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.riverModifier and TypeClassDescriptionclass
The River marshaller factory implementation. -
Uses of AbstractMarshallerFactory in org.jboss.marshalling.serial
Subclasses of AbstractMarshallerFactory in org.jboss.marshalling.serialConstructors in org.jboss.marshalling.serial with parameters of type AbstractMarshallerFactoryModifierConstructorDescription(package private)
SerialMarshaller
(AbstractMarshallerFactory marshallerFactory, SerializableClassRegistry registry, MarshallingConfiguration configuration)