Package | Description |
---|---|
org.jboss.marshalling |
The marshalling API.
|
org.jboss.marshalling.river |
The River protocol implementation package.
|
org.jboss.marshalling.serial |
Modifier and Type | Method | Description |
---|---|---|
MarshallingConfiguration |
MarshallingConfiguration.clone() |
Create a shallow clone.
|
Modifier and Type | Method | Description |
---|---|---|
Marshaller |
MarshallerFactory.createMarshaller(MarshallingConfiguration configuration) |
Create a marshaller from this configuration.
|
Unmarshaller |
MarshallerFactory.createUnmarshaller(MarshallingConfiguration configuration) |
Create an unmarshaller from this configuration.
|
Constructor | Description |
---|---|
AbstractMarshaller(AbstractMarshallerFactory marshallerFactory,
MarshallingConfiguration configuration) |
Construct a new marshaller instance.
|
AbstractUnmarshaller(AbstractMarshallerFactory marshallerFactory,
MarshallingConfiguration configuration) |
Construct a new unmarshaller instance.
|
Modifier and Type | Method | Description |
---|---|---|
Marshaller |
RiverMarshallerFactory.createMarshaller(MarshallingConfiguration configuration) |
Create a marshaller from this configuration.
|
Unmarshaller |
RiverMarshallerFactory.createUnmarshaller(MarshallingConfiguration configuration) |
Create an unmarshaller from this configuration.
|
Constructor | Description |
---|---|
RiverMarshaller(RiverMarshallerFactory marshallerFactory,
SerializableClassRegistry registry,
MarshallingConfiguration configuration) |
|
RiverUnmarshaller(RiverMarshallerFactory marshallerFactory,
SerializableClassRegistry registry,
MarshallingConfiguration configuration) |
Modifier and Type | Method | Description |
---|---|---|
Marshaller |
SerialMarshallerFactory.createMarshaller(MarshallingConfiguration configuration) |
|
Unmarshaller |
SerialMarshallerFactory.createUnmarshaller(MarshallingConfiguration configuration) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.