Package | Description |
---|---|
org.jboss.marshalling |
The marshalling API.
|
Modifier and Type | Field | Description |
---|---|---|
protected StreamHeader |
AbstractMarshaller.streamHeader |
The configured stream header.
|
protected StreamHeader |
AbstractUnmarshaller.streamHeader |
The configured stream header.
|
Modifier and Type | Method | Description |
---|---|---|
protected StreamHeader |
AbstractMarshallerFactory.getDefaultStreamHeader() |
Get the default stream header, which is used if none was configured.
|
StreamHeader |
MarshallingConfiguration.getStreamHeader() |
Get the stream header, or
null if none is specified. |
static StreamHeader |
Marshalling.nullStreamHeader() |
Get the default stream header producer, which reads and writes no header at all.
|
static StreamHeader |
Marshalling.streamHeader(byte[] headerBytes) |
Create a stream header that uses the given bytes.
|
Modifier and Type | Method | Description |
---|---|---|
void |
MarshallingConfiguration.setStreamHeader(StreamHeader streamHeader) |
Set the stream header.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.