Uses of Class
org.jboss.marshalling.MarshallingConfiguration
Packages that use MarshallingConfiguration
-
Uses of MarshallingConfiguration in org.jboss.marshalling
Methods in org.jboss.marshalling that return MarshallingConfigurationMethods in org.jboss.marshalling with parameters of type MarshallingConfigurationModifier and TypeMethodDescriptionMarshallerFactory.createMarshaller(MarshallingConfiguration configuration) Create a marshaller from this configuration.MarshallerFactory.createUnmarshaller(MarshallingConfiguration configuration) Create an unmarshaller from this configuration.Constructors in org.jboss.marshalling with parameters of type MarshallingConfigurationModifierConstructorDescriptionprotectedAbstractMarshaller(AbstractMarshallerFactory marshallerFactory, MarshallingConfiguration configuration) Construct a new marshaller instance.protectedAbstractUnmarshaller(AbstractMarshallerFactory marshallerFactory, MarshallingConfiguration configuration) Construct a new unmarshaller instance.