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 intAbstractMarshaller.calcBufferSize(AbstractMarshallerFactory marshallerFactory, MarshallingConfiguration configuration) Constructors in org.jboss.marshalling with parameters of type AbstractMarshallerFactoryModifierConstructorDescriptionprotectedAbstractMarshaller(AbstractMarshallerFactory marshallerFactory, MarshallingConfiguration configuration) Construct a new marshaller instance.protectedAbstractUnmarshaller(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 TypeClassDescriptionclassThe 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)