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.binaryMethods in org.apache.ignite.binary with parameters of type BinaryReader Modifier and Type Method Description voidBinarylizable. readBinary(BinaryReader reader)Reads fields from provided reader.voidBinaryReflectiveSerializer. readBinary(Object obj, BinaryReader reader)Reads fields from provided reader.voidBinarySerializer. readBinary(Object obj, BinaryReader reader)Reads fields from provided reader.
- 
Uses of BinaryReader in org.apache.ignite.langMethods in org.apache.ignite.lang with parameters of type BinaryReader Modifier and Type Method Description voidIgniteUuid. readBinary(BinaryReader reader)Reads fields from provided reader.
 
-