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 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.
|
Modifier and Type | Method and Description |
---|---|
Marshaller |
RiverMarshallerFactory.createMarshaller(MarshallingConfiguration configuration)
Create a marshaller from this configuration.
|
Unmarshaller |
RiverMarshallerFactory.createUnmarshaller(MarshallingConfiguration configuration)
Create an unmarshaller from this configuration.
|
Constructor and Description |
---|
RiverMarshaller(RiverMarshallerFactory marshallerFactory,
SerializableClassRegistry registry,
MarshallingConfiguration configuration) |
RiverUnmarshaller(RiverMarshallerFactory marshallerFactory,
SerializableClassRegistry registry,
MarshallingConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
Marshaller |
SerialMarshallerFactory.createMarshaller(MarshallingConfiguration configuration) |
Unmarshaller |
SerialMarshallerFactory.createUnmarshaller(MarshallingConfiguration configuration) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.