Uses of Class
org.apache.ignite.internal.binary.BinaryReaderHandles
-
Packages that use BinaryReaderHandles Package Description org.apache.ignite.internal.binary Contains binary APIs internal implementation. -
-
Uses of BinaryReaderHandles in org.apache.ignite.internal.binary
Methods in org.apache.ignite.internal.binary that return BinaryReaderHandles Modifier and Type Method Description BinaryReaderHandlesBinaryReaderExImpl. handles()Get all handles.BinaryReaderHandlesBinaryReaderHandlesHolder. handles()Get all handles.BinaryReaderHandlesBinaryReaderHandlesHolderImpl. handles()Get all handles.Methods in org.apache.ignite.internal.binary with parameters of type BinaryReaderHandles Modifier and Type Method Description <T> TGridBinaryMarshaller. deserialize(BinaryInputStream in, @Nullable ClassLoader ldr, @Nullable BinaryReaderHandles hnds)protected abstract <F> FBinaryObjectExImpl. field(BinaryReaderHandles ctx, String fieldName)protected <F> FBinaryObjectImpl. field(BinaryReaderHandles rCtx, String fieldName)protected <F> FBinaryObjectOffheapImpl. field(BinaryReaderHandles rCtx, String fieldName)Constructors in org.apache.ignite.internal.binary with parameters of type BinaryReaderHandles Constructor Description BinaryReaderExImpl(BinaryContext ctx, BinaryInputStream in, ClassLoader ldr, @Nullable BinaryReaderHandles hnds, boolean forUnmarshal)Constructor.BinaryReaderExImpl(BinaryContext ctx, BinaryInputStream in, ClassLoader ldr, @Nullable BinaryReaderHandles hnds, boolean skipHdrCheck, boolean forUnmarshal)Constructor.
-