Uses of Interface
org.apache.ignite.binary.BinaryWriter
-
Packages that use BinaryWriter Package Description org.apache.ignite.binary Contains Ignite Binary Objects API classes.org.apache.ignite.lang Contains general language constructs and functional APIs for distributed computations. -
-
Uses of BinaryWriter in org.apache.ignite.binary
Methods in org.apache.ignite.binary with parameters of type BinaryWriter Modifier and Type Method Description void
Binarylizable. writeBinary(BinaryWriter writer)
Writes fields to provided writer.void
BinaryReflectiveSerializer. writeBinary(Object obj, BinaryWriter writer)
Writes fields to provided writer.void
BinarySerializer. writeBinary(Object obj, BinaryWriter writer)
Writes fields to provided writer. -
Uses of BinaryWriter in org.apache.ignite.lang
Methods in org.apache.ignite.lang with parameters of type BinaryWriter Modifier and Type Method Description void
IgniteUuid. writeBinary(BinaryWriter writer)
Writes fields to provided writer.
-