Package org.jboss.marshalling.serial
Class SerialMarshallerFactory
java.lang.Object
org.jboss.marshalling.AbstractMarshallerFactory
org.jboss.marshalling.serial.SerialMarshallerFactory
- All Implemented Interfaces:
org.jboss.marshalling.MarshallerFactory
public final class SerialMarshallerFactory
extends org.jboss.marshalling.AbstractMarshallerFactory
implements org.jboss.marshalling.MarshallerFactory
-
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 org.jboss.marshalling.StreamHeaderprotected intMethods inherited from class org.jboss.marshalling.AbstractMarshallerFactory
getDefaultBufferSize, getDefaultClassExternalizerFactory, getDefaultClassResolver, getDefaultClassTable, getDefaultObjectResolver, getDefaultObjectTable, getMinimumBufferSize
-
Constructor Details
-
SerialMarshallerFactory
public SerialMarshallerFactory()Construct a new instance of a River marshaller factory.
-
-
Method Details
-
getDefaultStreamHeader
protected org.jboss.marshalling.StreamHeader getDefaultStreamHeader()- Overrides:
getDefaultStreamHeaderin classorg.jboss.marshalling.AbstractMarshallerFactory
-
getDefaultVersion
protected int getDefaultVersion()- Overrides:
getDefaultVersionin classorg.jboss.marshalling.AbstractMarshallerFactory
-
createUnmarshaller
public org.jboss.marshalling.Unmarshaller createUnmarshaller(org.jboss.marshalling.MarshallingConfiguration configuration) throws IOException - Specified by:
createUnmarshallerin interfaceorg.jboss.marshalling.MarshallerFactory- Throws:
IOException
-
createMarshaller
public org.jboss.marshalling.Marshaller createMarshaller(org.jboss.marshalling.MarshallingConfiguration configuration) throws IOException - Specified by:
createMarshallerin interfaceorg.jboss.marshalling.MarshallerFactory- Throws:
IOException
-