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
Constructors Constructor Description SerialMarshallerFactory()Construct a new instance of a River marshaller factory.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jboss.marshalling.MarshallercreateMarshaller(org.jboss.marshalling.MarshallingConfiguration configuration)org.jboss.marshalling.UnmarshallercreateUnmarshaller(org.jboss.marshalling.MarshallingConfiguration configuration)protected org.jboss.marshalling.StreamHeadergetDefaultStreamHeader()protected intgetDefaultVersion()
-
-
-
Method Detail
-
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
-
-