Package | Description |
---|---|
org.jboss.marshalling |
The marshalling API.
|
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.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.