| Package | Description |
|---|---|
| org.jboss.marshalling.river |
The River protocol implementation package.
|
| org.jboss.marshalling.serial | |
| org.jboss.marshalling.util |
| Modifier and Type | Field and Description |
|---|---|
private FieldPutter[] |
RiverPutField.fields |
| Modifier and Type | Method and Description |
|---|---|
private FieldPutter |
RiverPutField.find(java.lang.String name) |
| Constructor and Description |
|---|
RiverPutField(FieldPutter[] fields,
java.lang.String[] names) |
| Modifier and Type | Field and Description |
|---|---|
private java.util.Map<java.lang.String,FieldPutter> |
SerialObjectOutputStream.currentFieldMap |
| Modifier and Type | Method and Description |
|---|---|
(package private) java.util.Map<java.lang.String,FieldPutter> |
SerialObjectOutputStream.saveCurrentFieldMap() |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
SerialObjectOutputStream.setCurrentFieldMap(java.util.Map<java.lang.String,FieldPutter> map) |
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanFieldPutter
A field putter for boolean-type fields.
|
class |
ByteFieldPutter
A field putter for byte-type fields.
|
class |
CharFieldPutter
A field putter for char-type fields.
|
class |
DoubleFieldPutter
A field putter for double-type fields.
|
class |
FloatFieldPutter
A field putter for float-type fields.
|
class |
IntFieldPutter
A field putter for int-type fields.
|
class |
LongFieldPutter
A field putter for long-type fields.
|
class |
ObjectFieldPutter
A field putter for object-type fields.
|
class |
ShortFieldPutter
A field putter for short-type fields.
|