|
|||||||||
| 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
Copyright Sep 19, 2008
| Constructor Summary | |
|---|---|
JavaSerializationMarshallerFactory()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class org.jboss.marshalling.AbstractMarshallerFactory |
|---|
getDefaultBufferSize, getDefaultCreator, getDefaultVersion, getMinimumBufferSize |
| 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(MarshallingConfiguration configuration)
throws java.io.IOException
MarshallerFactory
java.io.IOException - if an error occurs
public Unmarshaller createUnmarshaller(MarshallingConfiguration configuration)
throws java.io.IOException
MarshallerFactory
java.io.IOException - if an error occursprotected ExternalizerFactory getDefaultExternalizerFactory()
AbstractMarshallerFactory
getDefaultExternalizerFactory in class AbstractMarshallerFactoryprotected ClassExternalizerFactory getDefaultClassExternalizerFactory()
AbstractMarshallerFactory
getDefaultClassExternalizerFactory in class AbstractMarshallerFactoryprotected StreamHeader getDefaultStreamHeader()
AbstractMarshallerFactory
getDefaultStreamHeader in class AbstractMarshallerFactoryprotected ObjectResolver getDefaultObjectResolver()
AbstractMarshallerFactory
getDefaultObjectResolver in class AbstractMarshallerFactoryprotected ClassResolver getDefaultClassResolver()
AbstractMarshallerFactoryContextClassResolver instance.
getDefaultClassResolver in class AbstractMarshallerFactoryprotected ClassTable getDefaultClassTable()
AbstractMarshallerFactory
getDefaultClassTable in class AbstractMarshallerFactoryprotected ObjectTable getDefaultObjectTable()
AbstractMarshallerFactory
getDefaultObjectTable in class AbstractMarshallerFactory
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||