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 | 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 | Description |
---|---|---|
Object |
AbstractExternalizer.createExternal(Class<?> subjectType,
ObjectInput input,
Creator defaultCreator) |
Create an instance of a type using the provided creator.
|
Object |
Externalizer.createExternal(Class<?> subjectType,
ObjectInput input,
Creator defaultCreator) |
Create an instance of a type.
|
Object |
Pair.Externalizer.createExternal(Class<?> subjectType,
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 | 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 | 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 | 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 | Description |
---|---|---|
class |
ExternalizedObject |
An externalized object.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.