AbstractMarshallerFactory
, RiverMarshallerFactory
, SerialMarshallerFactory
public interface MarshallerFactory
Modifier and Type | Method | Description |
---|---|---|
Marshaller |
createMarshaller(MarshallingConfiguration configuration) |
Create a marshaller from this configuration.
|
Unmarshaller |
createUnmarshaller(MarshallingConfiguration configuration) |
Create an unmarshaller from this configuration.
|
Unmarshaller createUnmarshaller(MarshallingConfiguration configuration) throws IOException
configuration
- the marshalling configuration to useIOException
- if an error occursMarshaller createMarshaller(MarshallingConfiguration configuration) throws IOException
configuration
- the marshalling configuration to useIOException
- if an error occursCopyright © 2019 JBoss by Red Hat. All rights reserved.