Package | Description |
---|---|
org.jboss.marshalling |
The marshalling API.
|
org.jboss.marshalling.river |
The River protocol implementation package.
|
org.jboss.marshalling.serial |
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractMarshaller |
An abstract implementation of the
Marshaller interface. |
class |
AbstractObjectOutput |
An abstract object output implementation.
|
class |
ByteOutputStream |
An
OutputStream which implements ByteOutput and writes bytes to another ByteOutput . |
class |
LimitedByteOutput |
A limited byte output stream.
|
class |
SimpleDataOutput |
A simple base implementation of
DataOutput which wraps a ByteOutput . |
Modifier and Type | Class | Description |
---|---|---|
class |
RiverMarshaller |
Modifier and Type | Class | Description |
---|---|---|
class |
SerialMarshaller |
Copyright © 2019 JBoss by Red Hat. All rights reserved.