Uses of Interface
org.apache.ignite.binary.BinaryReader
-
Packages that use BinaryReader 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 BinaryReader in org.apache.ignite.binary
Methods in org.apache.ignite.binary with parameters of type BinaryReader Modifier and Type Method Description void
Binarylizable. readBinary(BinaryReader reader)
Reads fields from provided reader.void
BinaryReflectiveSerializer. readBinary(Object obj, BinaryReader reader)
Reads fields from provided reader.void
BinarySerializer. readBinary(Object obj, BinaryReader reader)
Reads fields from provided reader. -
Uses of BinaryReader in org.apache.ignite.lang
Methods in org.apache.ignite.lang with parameters of type BinaryReader Modifier and Type Method Description void
IgniteUuid. readBinary(BinaryReader reader)
Reads fields from provided reader.
-