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) |
Create a marshaller from this configuration.
|
Unmarshaller |
createUnmarshaller(MarshallingConfiguration configuration) |
Create an unmarshaller from this configuration.
|
protected StreamHeader |
getDefaultStreamHeader() |
Get the default stream header, which is used if none was configured.
|
protected int |
getDefaultVersion() |
Get the default version, which is used if none was configured.
|
getDefaultBufferSize, getDefaultClassExternalizerFactory, getDefaultClassResolver, getDefaultClassTable, getDefaultObjectResolver, getDefaultObjectTable, getMinimumBufferSizepublic SerialMarshallerFactory()
protected StreamHeader getDefaultStreamHeader()
AbstractMarshallerFactorygetDefaultStreamHeader in class AbstractMarshallerFactoryprotected int getDefaultVersion()
AbstractMarshallerFactorygetDefaultVersion in class AbstractMarshallerFactorypublic Unmarshaller createUnmarshaller(MarshallingConfiguration configuration) throws IOException
MarshallerFactorycreateUnmarshaller in interface MarshallerFactoryconfiguration - the marshalling configuration to useIOException - if an error occurspublic Marshaller createMarshaller(MarshallingConfiguration configuration) throws IOException
MarshallerFactorycreateMarshaller in interface MarshallerFactoryconfiguration - the marshalling configuration to useIOException - if an error occursCopyright © 2019 JBoss by Red Hat. All rights reserved.