|
JBoss Marshalling 1.4.3.Final | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Creator | |
|---|---|
| org.jboss.marshalling | The marshalling API. |
| org.jboss.marshalling.cloner | |
| org.jboss.marshalling.reflect | Reflection utilities for marshalling users and implementations. |
| Uses of Creator in org.jboss.marshalling |
|---|
| Methods in org.jboss.marshalling that return Creator | |
|---|---|
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 |
| Methods in org.jboss.marshalling with parameters of type Creator | |
|---|---|
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 |
| Uses of Creator in org.jboss.marshalling.cloner |
|---|
| Methods in org.jboss.marshalling.cloner that return Creator | |
|---|---|
Creator |
ClonerConfiguration.getExternalizedCreator()
Get the creator to use for externalizable objects. |
Creator |
ClonerConfiguration.getSerializedCreator()
Get the creator to use for serialized objects. |
| Methods in org.jboss.marshalling.cloner with parameters of type Creator | |
|---|---|
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. |
| Uses of Creator in org.jboss.marshalling.reflect |
|---|
| Classes in org.jboss.marshalling.reflect that implement Creator | |
|---|---|
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. |
|
JBoss Marshalling 1.4.3.Final | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||