| Package | Description |
|---|---|
| net.openhft.chronicle.wire |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Marshallable
Created by peter.lawrey on 1/10/15.
|
| Modifier and Type | Field and Description |
|---|---|
static WriteMarshallable |
WriteMarshallable.EMPTY |
| Modifier and Type | Method and Description |
|---|---|
WireOut |
ValueOut.marshallable(WriteMarshallable object) |
default WireOut |
ValueOut.typedMarshallable(CharSequence typeName,
WriteMarshallable object) |
default WireOut |
ValueOut.typedMarshallable(WriteMarshallable object) |
| Modifier and Type | Method and Description |
|---|---|
WireOut |
ValueOut.typedMap(Map<? extends WriteMarshallable,? extends Marshallable> map) |
Copyright © 2015. All rights reserved.