MarshallerFactorypublic final class SerialMarshallerFactory extends AbstractMarshallerFactory implements MarshallerFactory
| Constructor | Description |
|---|---|
SerialMarshallerFactory() |
Construct a new instance of a River marshaller factory.
|
| Modifier and Type | Method | 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 © 2018 JBoss by Red Hat. All rights reserved.