
public final class SerialMarshallerFactory extends AbstractMarshallerFactory implements MarshallerFactory
| Constructor and Description |
|---|
SerialMarshallerFactory()
Construct a new instance of a River marshaller factory.
|
| Modifier and Type | Method and Description |
|---|---|
Marshaller |
createMarshaller(MarshallingConfiguration configuration) |
Unmarshaller |
createUnmarshaller(MarshallingConfiguration configuration) |
protected StreamHeader |
getDefaultStreamHeader() |
protected int |
getDefaultVersion() |
getDefaultBufferSize, getDefaultClassExternalizerFactory, getDefaultClassResolver, getDefaultClassTable, getDefaultObjectResolver, getDefaultObjectTable, getMinimumBufferSizepublic SerialMarshallerFactory()
protected StreamHeader getDefaultStreamHeader()
getDefaultStreamHeader in class AbstractMarshallerFactoryprotected int getDefaultVersion()
getDefaultVersion in class AbstractMarshallerFactorypublic Unmarshaller createUnmarshaller(MarshallingConfiguration configuration) throws java.io.IOException
createUnmarshaller in interface MarshallerFactoryjava.io.IOExceptionpublic Marshaller createMarshaller(MarshallingConfiguration configuration) throws java.io.IOException
createMarshaller in interface MarshallerFactoryjava.io.IOExceptionCopyright © 2011 JBoss, a division of Red Hat, Inc.