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.internal.binary org.apache.ignite.lang -
-
Uses of BinaryWriter in org.apache.ignite.binary
Methods in org.apache.ignite.binary with parameters of type BinaryWriter Modifier and Type Method Description voidBinarylizable. writeBinary(BinaryWriter writer)Writes fields to provided writer.voidBinaryReflectiveSerializer. writeBinary(Object obj, BinaryWriter writer)Writes fields to provided writer.voidBinarySerializer. writeBinary(Object obj, BinaryWriter writer)Writes fields to provided writer. -
Uses of BinaryWriter in org.apache.ignite.internal.binary
Subinterfaces of BinaryWriter in org.apache.ignite.internal.binary Modifier and Type Interface Description interfaceBinaryWriterExExtended writer interface. -
Uses of BinaryWriter in org.apache.ignite.lang
Methods in org.apache.ignite.lang with parameters of type BinaryWriter Modifier and Type Method Description voidIgniteUuid. writeBinary(BinaryWriter writer)Writes fields to provided writer.
-