Package | Description |
---|---|
org.jboss.marshalling |
The marshalling API.
|
org.jboss.marshalling.cloner | |
org.jboss.marshalling.reflect |
Reflection utilities for marshalling users and implementations.
|
org.jboss.marshalling.serial |
Modifier and Type | Method and Description |
---|---|
Creator |
MarshallingConfiguration.getCreator()
Deprecated.
no longer used in 1.4, will be removed in a future version
|
Creator |
MarshallingConfiguration.getExternalizerCreator()
Deprecated.
no longer used in 1.4, will be removed in 1.4
|
Creator |
MarshallingConfiguration.getSerializedCreator()
Deprecated.
no longer used in 1.4, will be removed in 1.4
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
Externalizer.createExternal(java.lang.Class<?> subjectType,
java.io.ObjectInput input,
Creator defaultCreator)
Create an instance of a type.
|
java.lang.Object |
AbstractExternalizer.createExternal(java.lang.Class<?> subjectType,
java.io.ObjectInput input,
Creator defaultCreator)
Create an instance of a type using the provided creator.
|
java.lang.Object |
Pair.Externalizer.createExternal(java.lang.Class<?> subjectType,
java.io.ObjectInput input,
Creator defaultCreator)
Create an instance of a type.
|
void |
MarshallingConfiguration.setCreator(Creator creator)
Deprecated.
no longer used in 1.4, will be removed in a future version
|
void |
MarshallingConfiguration.setExternalizerCreator(Creator externalizerCreator)
Deprecated.
no longer used in 1.4, will be removed in 1.4
|
void |
MarshallingConfiguration.setSerializedCreator(Creator serializedCreator)
Deprecated.
no longer used in 1.4, will be removed in 1.4
|
Modifier and Type | Method and Description |
---|---|
Creator |
ClonerConfiguration.getExternalizedCreator()
Get the creator to use for externalizable objects.
|
Creator |
ClonerConfiguration.getSerializedCreator()
Get the creator to use for serialized objects.
|
Modifier and Type | Method and Description |
---|---|
void |
ClonerConfiguration.setExternalizedCreator(Creator externalizedCreator)
Set the creator to use for externalizable objects.
|
void |
ClonerConfiguration.setSerializedCreator(Creator serializedCreator)
Set the creator to use for serialized objects.
|
Modifier and Type | Class and Description |
---|---|
class |
PublicReflectiveCreator
Deprecated.
this class simply delegates to
ReflectiveCreator . |
class |
ReflectiveCreator
Deprecated.
This class is no longer used and will be removed in a future version.
|
class |
SunReflectiveCreator
Deprecated.
This creator is no longer used and will be removed in a future version.
|
Modifier and Type | Class and Description |
---|---|
class |
ExternalizedObject
An externalized object.
|
Copyright © 2011 JBoss, a division of Red Hat, Inc.