Package | Description |
---|---|
org.infinispan.marshall.jboss |
Hooks to bridge Infinispan's marshalling APIs with JBoss Marshalling internals.
|
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 |
---|---|
Object |
JBossExternalizerAdapter.createExternal(Class<?> subjectType,
ObjectInput input,
Creator defaultCreator) |
Modifier and Type | Field and Description |
---|---|
protected Creator |
AbstractUnmarshaller.externalizerCreator
The configured serialized object creator.
|
protected Creator |
AbstractMarshaller.externalizerCreator
The configured externalized object creator.
|
protected Creator |
AbstractUnmarshaller.serializedCreator
The configured serialized object creator.
|
protected Creator |
AbstractMarshaller.serializedCreator
The configured serialized object creator.
|
Modifier and Type | Method and Description |
---|---|
Creator |
MarshallingConfiguration.getCreator()
Deprecated.
|
protected Creator |
AbstractMarshallerFactory.getDefaultExternalizedCreator()
Get the default externalizable object creator, which is used if none was configured.
|
protected Creator |
AbstractMarshallerFactory.getDefaultSerializedCreator()
Get the default serializable object creator, which is used if none was configured.
|
Creator |
MarshallingConfiguration.getExternalizerCreator()
Get the creator to use for externalized objects.
|
Creator |
MarshallingConfiguration.getSerializedCreator()
Get the creator to use for serialized objects.
|
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.
|
void |
MarshallingConfiguration.setExternalizerCreator(Creator externalizerCreator)
Set the creator to use for externalized objects.
|
void |
MarshallingConfiguration.setSerializedCreator(Creator serializedCreator)
Set the creator to use for serialized objects.
|
Modifier and Type | Method and Description |
---|---|
Creator |
ClonerConfiguration.getExternalizedCreator() |
Creator |
ClonerConfiguration.getSerializedCreator() |
Modifier and Type | Method and Description |
---|---|
void |
ClonerConfiguration.setExternalizedCreator(Creator externalizedCreator) |
void |
ClonerConfiguration.setSerializedCreator(Creator serializedCreator) |
Modifier and Type | Class and Description |
---|---|
class |
PublicReflectiveCreator
A creator that simply uses reflection to locate and invoke a public, zero-argument constructor.
|
class |
ReflectiveCreator
A creator that simply uses reflection to locate and invoke a zero-argument constructor.
|
class |
SunReflectiveCreator
An object creator that uses methods only found in certain JVMs to create a new constructor if needed.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.