public final class JavaSerializationMarshallerFactory extends AbstractMarshallerFactory
Copyright Sep 19, 2008
Constructor and Description |
---|
JavaSerializationMarshallerFactory() |
Modifier and Type | Method and Description |
---|---|
Marshaller |
createMarshaller(MarshallingConfiguration configuration)
Create a marshaller from this configuration.
|
Unmarshaller |
createUnmarshaller(MarshallingConfiguration configuration)
Create an unmarshaller from this configuration.
|
protected ClassExternalizerFactory |
getDefaultClassExternalizerFactory()
Get the default class externalizer factory, which is used if none was configured.
|
protected ClassResolver |
getDefaultClassResolver()
Get the default class resolver, which is used if none was configured.
|
protected ClassTable |
getDefaultClassTable()
Get the default class table, which is used if none was configured.
|
protected ExternalizerFactory |
getDefaultExternalizerFactory()
Get the default externalizer factory, which is used if none was configured.
|
protected ObjectResolver |
getDefaultObjectResolver()
Get the default object resolver, which is used if none was configured.
|
protected ObjectTable |
getDefaultObjectTable()
Get the default object, which is used if none was configured.
|
protected StreamHeader |
getDefaultStreamHeader()
Get the default stream header, which is used if none was configured.
|
getDefaultBufferSize, getDefaultCreator, getDefaultVersion, getMinimumBufferSize
public Marshaller createMarshaller(MarshallingConfiguration configuration) throws java.io.IOException
MarshallerFactory
java.io.IOException
- if an error occurspublic Unmarshaller createUnmarshaller(MarshallingConfiguration configuration) throws java.io.IOException
MarshallerFactory
java.io.IOException
- if an error occursprotected ExternalizerFactory getDefaultExternalizerFactory()
AbstractMarshallerFactory
getDefaultExternalizerFactory
in class AbstractMarshallerFactory
protected ClassExternalizerFactory getDefaultClassExternalizerFactory()
AbstractMarshallerFactory
getDefaultClassExternalizerFactory
in class AbstractMarshallerFactory
protected StreamHeader getDefaultStreamHeader()
AbstractMarshallerFactory
getDefaultStreamHeader
in class AbstractMarshallerFactory
protected ObjectResolver getDefaultObjectResolver()
AbstractMarshallerFactory
getDefaultObjectResolver
in class AbstractMarshallerFactory
protected ClassResolver getDefaultClassResolver()
AbstractMarshallerFactory
ContextClassResolver
instance.getDefaultClassResolver
in class AbstractMarshallerFactory
protected ClassTable getDefaultClassTable()
AbstractMarshallerFactory
getDefaultClassTable
in class AbstractMarshallerFactory
protected ObjectTable getDefaultObjectTable()
AbstractMarshallerFactory
getDefaultObjectTable
in class AbstractMarshallerFactory