|
Marshalling API version 1.0.0.GA | ||||||||
| 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(MarshallingConfiguration configuration)
Create a marshaller from this configuration. |
Unmarshaller |
createUnmarshaller(MarshallingConfiguration 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(MarshallingConfiguration configuration)
throws IOException
MarshallerFactory
IOException - if an error occurs
public Unmarshaller createUnmarshaller(MarshallingConfiguration configuration)
throws IOException
MarshallerFactory
IOException - if an error occursprotected ExternalizerFactory getDefaultExternalizerFactory()
AbstractMarshallerFactory
getDefaultExternalizerFactory 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
|
Marshalling API version 1.0.0.GA | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||