|
Marshalling API version 1.0.0.Beta2 | ||||||||
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.serialization.java.JavaSerializationMarshallerFactory
public final class JavaSerializationMarshallerFactory
Constructor Summary | |
---|---|
JavaSerializationMarshallerFactory()
|
Method Summary | |
---|---|
Marshaller |
createMarshaller(Configuration configuration)
Create a marshaller from this configuration. |
Unmarshaller |
createUnmarshaller(Configuration configuration)
Create an unmarshaller from this configuration. |
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. |
Methods inherited from class org.jboss.marshalling.AbstractMarshallerFactory |
---|
getDefaultCreator |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JavaSerializationMarshallerFactory()
Method Detail |
---|
public Marshaller createMarshaller(Configuration configuration) throws IOException
MarshallerFactory
IOException
- if an error occurspublic Unmarshaller createUnmarshaller(Configuration configuration) throws IOException
MarshallerFactory
IOException
- if an error occursprotected ExternalizerFactory getDefaultExternalizerFactory()
AbstractMarshallerFactory
getDefaultExternalizerFactory
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
|
Marshalling API version 1.0.0.Beta2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |