| Package | Description |
|---|---|
| org.apache.ignite.internal.portable |
Contains portable APIs internal implementation.
|
| org.apache.ignite.internal.portable.builder |
Contains classes specific to portable builder API.
|
| Modifier and Type | Method and Description |
|---|---|
BinaryWriterExImpl |
BinaryWriterExImpl.newWriter(int typeId)
Create new writer with same context.
|
BinaryWriterExImpl |
GridPortableMarshaller.writer(PortableOutputStream out)
Gets writer for the given output stream.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
BinaryFieldAccessor.write(Object obj,
BinaryWriterExImpl writer)
Write field.
|
static void |
PortableUtils.writePlainObject(BinaryWriterExImpl writer,
Object val)
Write value with flag. e.g. writePlainObject(writer, (byte)77) will write two byte: {BYTE, 77}.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PortableBuilderEnum.writeTo(BinaryWriterExImpl writer,
org.apache.ignite.internal.portable.builder.PortableBuilderSerializer ctx) |
void |
PortablePlainPortableObject.writeTo(BinaryWriterExImpl writer,
org.apache.ignite.internal.portable.builder.PortableBuilderSerializer ctx) |
void |
PortableModifiableLazyValue.writeTo(BinaryWriterExImpl writer,
org.apache.ignite.internal.portable.builder.PortableBuilderSerializer ctx) |
Follow @ApacheIgnite
Ignite Fabric : ver. 1.5.0-b1 Release Date : December 1 2015