
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 IOException
createUnmarshaller in interface MarshallerFactoryIOExceptionpublic Marshaller createMarshaller(MarshallingConfiguration configuration) throws IOException
createMarshaller in interface MarshallerFactoryIOExceptionCopyright © 2011 JBoss, a division of Red Hat, Inc.