| Package | Description |
|---|---|
| net.sf.eBus.messages |
Messages are the heart of eBus.
|
| net.sf.eBus.messages.type |
Provides classes for translating Java built-in types to and
from binary encoding.
|
| Modifier and Type | Method and Description |
|---|---|
M |
EMessageObject.Builder.build()
Returns the target message instance constructed from
the configured properties.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
LocalMessageType.deserialize(ByteBuffer buffer)
Does nothing since local-only message objects are not
serialized or de-serialized.
|
abstract Object |
DataType.deserialize(ByteBuffer buffer)
Returns the deserialized object in
buffer. |
Object |
ConcreteMessageType.deserialize(ByteBuffer buffer)
Returns an
EMessageObject extracted from the given
buffer. |
Object |
AbstractMessageType.deserialize(ByteBuffer buffer)
Returns a message object de-serialized from the given
buffer.
|
protected Object |
MessageType.deserializeFields(int fieldMask,
ByteBuffer buffer)
Returns an
EMessageObject de-serialized from the
given buffer. |
Copyright © 2019. All rights reserved.