|
JBoss Marshalling 1.3.0.GA | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MarshallingConfiguration | |
---|---|
org.jboss.marshalling | The marshalling API. |
org.jboss.marshalling.river | The River protocol implementation package. |
org.jboss.marshalling.serial |
Uses of MarshallingConfiguration in org.jboss.marshalling |
---|
Methods in org.jboss.marshalling that return MarshallingConfiguration | |
---|---|
MarshallingConfiguration |
MarshallingConfiguration.clone()
Create a shallow clone. |
Methods in org.jboss.marshalling with parameters of type MarshallingConfiguration | |
---|---|
Marshaller |
MarshallerFactory.createMarshaller(MarshallingConfiguration configuration)
Create a marshaller from this configuration. |
Unmarshaller |
MarshallerFactory.createUnmarshaller(MarshallingConfiguration configuration)
Create an unmarshaller from this configuration. |
Constructors in org.jboss.marshalling with parameters of type MarshallingConfiguration | |
---|---|
AbstractMarshaller(AbstractMarshallerFactory marshallerFactory,
MarshallingConfiguration configuration)
Construct a new marshaller instance. |
|
AbstractUnmarshaller(AbstractMarshallerFactory marshallerFactory,
MarshallingConfiguration configuration)
Construct a new unmarshaller instance. |
Uses of MarshallingConfiguration in org.jboss.marshalling.river |
---|
Methods in org.jboss.marshalling.river with parameters of type MarshallingConfiguration | |
---|---|
Marshaller |
RiverMarshallerFactory.createMarshaller(MarshallingConfiguration configuration)
Create a marshaller from this configuration. |
Unmarshaller |
RiverMarshallerFactory.createUnmarshaller(MarshallingConfiguration configuration)
Create an unmarshaller from this configuration. |
Constructors in org.jboss.marshalling.river with parameters of type MarshallingConfiguration | |
---|---|
RiverMarshaller(RiverMarshallerFactory marshallerFactory,
SerializableClassRegistry registry,
MarshallingConfiguration configuration)
|
|
RiverUnmarshaller(RiverMarshallerFactory marshallerFactory,
SerializableClassRegistry registry,
MarshallingConfiguration configuration)
|
Uses of MarshallingConfiguration in org.jboss.marshalling.serial |
---|
Methods in org.jboss.marshalling.serial with parameters of type MarshallingConfiguration | |
---|---|
Marshaller |
SerialMarshallerFactory.createMarshaller(MarshallingConfiguration configuration)
|
Unmarshaller |
SerialMarshallerFactory.createUnmarshaller(MarshallingConfiguration configuration)
|
|
JBoss Marshalling 1.3.0.GA | |||||||||
PREV NEXT | FRAMES NO FRAMES |