Package org.jboss.marshalling.river
Class RiverMarshallerFactory
java.lang.Object
org.jboss.marshalling.AbstractMarshallerFactory
org.jboss.marshalling.river.RiverMarshallerFactory
- All Implemented Interfaces:
org.jboss.marshalling.MarshallerFactory
public class RiverMarshallerFactory
extends org.jboss.marshalling.AbstractMarshallerFactory
The River marshaller factory implementation.
-
Constructor Summary
ConstructorsConstructorDescriptionConstruct a new instance of a River marshaller factory. -
Method Summary
Modifier and TypeMethodDescriptionorg.jboss.marshalling.MarshallercreateMarshaller(org.jboss.marshalling.MarshallingConfiguration configuration) org.jboss.marshalling.UnmarshallercreateUnmarshaller(org.jboss.marshalling.MarshallingConfiguration configuration) protected intMethods inherited from class org.jboss.marshalling.AbstractMarshallerFactory
getDefaultBufferSize, getDefaultClassExternalizerFactory, getDefaultClassResolver, getDefaultClassTable, getDefaultObjectResolver, getDefaultObjectTable, getDefaultStreamHeader, getMinimumBufferSize
-
Constructor Details
-
RiverMarshallerFactory
public RiverMarshallerFactory()Construct a new instance of a River marshaller factory.
-
-
Method Details
-
createUnmarshaller
public org.jboss.marshalling.Unmarshaller createUnmarshaller(org.jboss.marshalling.MarshallingConfiguration configuration) throws IOException - Throws:
IOException
-
createMarshaller
public org.jboss.marshalling.Marshaller createMarshaller(org.jboss.marshalling.MarshallingConfiguration configuration) throws IOException - Throws:
IOException
-
getDefaultVersion
protected int getDefaultVersion()- Overrides:
getDefaultVersionin classorg.jboss.marshalling.AbstractMarshallerFactory
-