public interface BinaryFieldEx extends BinaryField
| Modifier and Type | Method and Description |
|---|---|
<F> F |
readField(ByteBuffer buf)
Reads field value from the given byte buffer.
|
int |
typeId() |
boolean |
writeField(BinaryObject obj,
ByteBuffer buf)
Writes field value to the given byte buffer.
|
exists, name, valueint typeId()
boolean writeField(BinaryObject obj, ByteBuffer buf)
obj - Object from which the field should be extracted.buf - Buffer to write the field value to.True if the value was successfully written, false if there is not enough space
for the field in the buffer.<F> F readField(ByteBuffer buf)
buf - Buffer to read value from.
Follow @ApacheIgnite
Ignite Fabric : ver. 2.4.0 Release Date : March 5 2018