|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.marshalling.AbstractMarshallerFactory
org.jboss.marshalling.serial.SerialMarshallerFactory
public final class SerialMarshallerFactory
Constructor Summary | |
---|---|
SerialMarshallerFactory()
Construct a new instance of a River marshaller factory. |
Method Summary | |
---|---|
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. |
Methods inherited from class org.jboss.marshalling.AbstractMarshallerFactory |
---|
getDefaultBufferSize, getDefaultClassExternalizerFactory, getDefaultClassResolver, getDefaultClassTable, getDefaultCreator, getDefaultExternalizerFactory, getDefaultObjectResolver, getDefaultObjectTable, getMinimumBufferSize |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SerialMarshallerFactory()
Method Detail |
---|
protected StreamHeader getDefaultStreamHeader()
AbstractMarshallerFactory
getDefaultStreamHeader
in class AbstractMarshallerFactory
protected int getDefaultVersion()
AbstractMarshallerFactory
getDefaultVersion
in class AbstractMarshallerFactory
public Unmarshaller createUnmarshaller(MarshallingConfiguration configuration) throws java.io.IOException
MarshallerFactory
createUnmarshaller
in interface MarshallerFactory
java.io.IOException
- if an error occurspublic Marshaller createMarshaller(MarshallingConfiguration configuration) throws java.io.IOException
MarshallerFactory
createMarshaller
in interface MarshallerFactory
java.io.IOException
- if an error occurs
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |