Package | Description |
---|---|
org.jboss.marshalling |
The marshalling API.
|
org.jboss.marshalling.cloner | |
org.jboss.marshalling.reflect |
Reflection utilities for marshalling users and implementations.
|
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 |
---|---|
Object |
Pair.Externalizer.createExternal(Class<?> subjectType,
ObjectInput input,
Creator defaultCreator)
Create an instance of a type.
|
Object |
Externalizer.createExternal(Class<?> subjectType,
ObjectInput input,
Creator defaultCreator)
Create an instance of a type.
|
Object |
AbstractExternalizer.createExternal(Class<?> subjectType,
ObjectInput input,
Creator defaultCreator)
Create an instance of a type using the provided creator.
|
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.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.