Package | Description |
---|---|
org.infinispan.marshall.jboss |
Hooks to bridge Infinispan's marshalling APIs with JBoss Marshalling internals.
|
org.jboss.marshalling |
The marshalling API.
|
Modifier and Type | Field and Description |
---|---|
protected MarshallingConfiguration |
AbstractJBossMarshaller.baseCfg |
Modifier and Type | Method and Description |
---|---|
ExtendedRiverMarshaller |
JBossMarshallerFactory.createMarshaller(MarshallingConfiguration configuration) |
ExtendedRiverUnmarshaller |
JBossMarshallerFactory.createUnmarshaller(MarshallingConfiguration configuration) |
Constructor and Description |
---|
ExtendedRiverMarshaller(org.jboss.marshalling.river.RiverMarshallerFactory factory,
SerializableClassRegistry registry,
MarshallingConfiguration cfg) |
ExtendedRiverUnmarshaller(org.jboss.marshalling.river.RiverMarshallerFactory factory,
SerializableClassRegistry registry,
MarshallingConfiguration cfg) |
Modifier and Type | Method and Description |
---|---|
MarshallingConfiguration |
MarshallingConfiguration.clone()
Create a shallow clone.
|
Modifier and Type | Method and Description |
---|---|
Marshaller |
MarshallerFactory.createMarshaller(MarshallingConfiguration configuration)
Create a marshaller from this configuration.
|
Unmarshaller |
MarshallerFactory.createUnmarshaller(MarshallingConfiguration configuration)
Create an unmarshaller from this configuration.
|
Constructor and Description |
---|
AbstractMarshaller(AbstractMarshallerFactory marshallerFactory,
MarshallingConfiguration configuration)
Construct a new marshaller instance.
|
AbstractUnmarshaller(AbstractMarshallerFactory marshallerFactory,
MarshallingConfiguration configuration)
Construct a new unmarshaller instance.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.