blob: f95f7495f9ab91631770b1438f9c7791f0b07d0a [file] [log] [blame]
<!DOCTYPE html>
<!--[if IE]><![endif]-->
<html>
<head>
<link rel="canonical" href="https://ignite.apache.org/releases/2.4.0/dotnetdoc/api/Apache.Ignite.Core.Binary.IBinaryReader.html" />
<META NAME="ROBOTS" CONTENT="NOINDEX">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Interface IBinaryReader
| Apache Ignite.NET </title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="Interface IBinaryReader
| Apache Ignite.NET ">
<meta name="generator" content="docfx 2.24.0.0">
<link rel="shortcut icon" href="../images/favicon.ico">
<link rel="stylesheet" href="../styles/docfx.vendor.css">
<link rel="stylesheet" href="../styles/docfx.css">
<link rel="stylesheet" href="../styles/main.css">
<meta property="docfx:navrel" content="../toc.html">
<meta property="docfx:tocrel" content="toc.html">
<meta property="docfx:rel" content="../">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-61232409-1', 'auto');
ga('send', 'pageview');
</script></head>
<body data-spy="scroll" data-target="#affix">
<div id="wrapper">
<header>
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="../index.html">
<img id="logo" class="svg" src="../images/logo_ignite_32_32.png" alt="">
</a>
</div>
<div class="collapse navbar-collapse" id="navbar">
<form class="navbar-form navbar-right" role="search" id="search">
<div class="form-group">
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
</div>
</form>
</div>
</div>
</nav>
<div class="subnav navbar navbar-default">
<div class="container hide-when-search" id="breadcrumb">
<ul class="breadcrumb">
<li></li>
</ul>
</div>
</div>
</header>
<div class="container body-content">
<div id="search-results">
<div class="search-list"></div>
<div class="sr-items"></div>
<ul id="pagination"></ul>
</div>
</div>
<div role="main" class="container body-content hide-when-search">
<div class="sidenav hide-when-search">
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
<div class="sidetoggle collapse" id="sidetoggle">
<div id="sidetoc"></div>
</div>
</div>
<div class="article row grid-right">
<div class="col-md-10">
<article class="content wrap" id="_content" data-uid="Apache.Ignite.Core.Binary.IBinaryReader">
<h1 id="Apache_Ignite_Core_Binary_IBinaryReader" data-uid="Apache.Ignite.Core.Binary.IBinaryReader" class="text-break">Interface IBinaryReader
</h1>
<div class="markdown level0 summary"><p>Reader for binary objects. </p>
</div>
<div class="markdown level0 conceptual"></div>
<h6><strong>Namespace</strong>: <a class="xref" href="Apache.Ignite.Core.Binary.html">Apache.Ignite.Core.Binary</a></h6>
<h6><strong>Assembly</strong>: Apache.Ignite.Core.dll</h6>
<h5 id="Apache_Ignite_Core_Binary_IBinaryReader_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public interface IBinaryReader</code></pre>
</div>
<h3 id="methods">Methods
</h3>
<a id="Apache_Ignite_Core_Binary_IBinaryReader_GetRawReader_" data-uid="Apache.Ignite.Core.Binary.IBinaryReader.GetRawReader*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinaryReader_GetRawReader" data-uid="Apache.Ignite.Core.Binary.IBinaryReader.GetRawReader">GetRawReader()</h4>
<div class="markdown level1 summary"><p>Get raw reader. </p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">IBinaryRawReader GetRawReader()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="Apache.Ignite.Core.Binary.IBinaryRawReader.html">IBinaryRawReader</a></td>
<td><p>Raw reader.</p>
</td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Binary_IBinaryReader_ReadArray_" data-uid="Apache.Ignite.Core.Binary.IBinaryReader.ReadArray*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinaryReader_ReadArray__1_System_String_" data-uid="Apache.Ignite.Core.Binary.IBinaryReader.ReadArray``1(System.String)">ReadArray&lt;T&gt;(String)</h4>
<div class="markdown level1 summary"><p>Read named object array.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">T[] ReadArray&lt;T&gt;(string fieldName)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">fieldName</span></td>
<td><p>Field name.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>T[]</td>
<td><p>Object array.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="typeParameters">Type Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="parametername">T</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Binary_IBinaryReader_ReadBoolean_" data-uid="Apache.Ignite.Core.Binary.IBinaryReader.ReadBoolean*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinaryReader_ReadBoolean_System_String_" data-uid="Apache.Ignite.Core.Binary.IBinaryReader.ReadBoolean(System.String)">ReadBoolean(String)</h4>
<div class="markdown level1 summary"><p>Read named boolean value.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">bool ReadBoolean(string fieldName)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">fieldName</span></td>
<td><p>Field name.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td><p>Boolean value.</p>
</td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Binary_IBinaryReader_ReadBooleanArray_" data-uid="Apache.Ignite.Core.Binary.IBinaryReader.ReadBooleanArray*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinaryReader_ReadBooleanArray_System_String_" data-uid="Apache.Ignite.Core.Binary.IBinaryReader.ReadBooleanArray(System.String)">ReadBooleanArray(String)</h4>
<div class="markdown level1 summary"><p>Read named boolean array.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">bool[] ReadBooleanArray(string fieldName)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">fieldName</span></td>
<td><p>Field name.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span>[]</td>
<td><p>Boolean array.</p>
</td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Binary_IBinaryReader_ReadByte_" data-uid="Apache.Ignite.Core.Binary.IBinaryReader.ReadByte*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinaryReader_ReadByte_System_String_" data-uid="Apache.Ignite.Core.Binary.IBinaryReader.ReadByte(System.String)">ReadByte(String)</h4>
<div class="markdown level1 summary"><p>Read named byte value.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">byte ReadByte(string fieldName)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">fieldName</span></td>
<td><p>Field name.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Byte</span></td>
<td><p>Byte value.</p>
</td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Binary_IBinaryReader_ReadByteArray_" data-uid="Apache.Ignite.Core.Binary.IBinaryReader.ReadByteArray*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinaryReader_ReadByteArray_System_String_" data-uid="Apache.Ignite.Core.Binary.IBinaryReader.ReadByteArray(System.String)">ReadByteArray(String)</h4>
<div class="markdown level1 summary"><p>Read named byte array. </p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">byte[] ReadByteArray(string fieldName)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">fieldName</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Byte</span>[]</td>
<td><p>Byte array.</p>
</td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Binary_IBinaryReader_ReadChar_" data-uid="Apache.Ignite.Core.Binary.IBinaryReader.ReadChar*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinaryReader_ReadChar_System_String_" data-uid="Apache.Ignite.Core.Binary.IBinaryReader.ReadChar(System.String)">ReadChar(String)</h4>
<div class="markdown level1 summary"><p>Read named char value.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">char ReadChar(string fieldName)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">fieldName</span></td>
<td><p>Field name.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Char</span></td>
<td><p>Char value.</p>
</td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Binary_IBinaryReader_ReadCharArray_" data-uid="Apache.Ignite.Core.Binary.IBinaryReader.ReadCharArray*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinaryReader_ReadCharArray_System_String_" data-uid="Apache.Ignite.Core.Binary.IBinaryReader.ReadCharArray(System.String)">ReadCharArray(String)</h4>
<div class="markdown level1 summary"><p>Read named char array. </p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">char[] ReadCharArray(string fieldName)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">fieldName</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Char</span>[]</td>
<td><p>Char array.</p>
</td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Binary_IBinaryReader_ReadCollection_" data-uid="Apache.Ignite.Core.Binary.IBinaryReader.ReadCollection*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinaryReader_ReadCollection_System_String_" data-uid="Apache.Ignite.Core.Binary.IBinaryReader.ReadCollection(System.String)">ReadCollection(String)</h4>
<div class="markdown level1 summary"><p>Read named collection.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">ICollection ReadCollection(string fieldName)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">fieldName</span></td>
<td><p>Field name.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Collections.ICollection</span></td>
<td><p>Collection.</p>
</td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Binary_IBinaryReader_ReadCollection_" data-uid="Apache.Ignite.Core.Binary.IBinaryReader.ReadCollection*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinaryReader_ReadCollection_System_String_System_Func_System_Int32_System_Collections_ICollection__System_Action_System_Collections_ICollection_System_Object__" data-uid="Apache.Ignite.Core.Binary.IBinaryReader.ReadCollection(System.String,System.Func{System.Int32,System.Collections.ICollection},System.Action{System.Collections.ICollection,System.Object})">ReadCollection(String, Func&lt;Int32, ICollection&gt;, Action&lt;ICollection, Object&gt;)</h4>
<div class="markdown level1 summary"><p>Read named collection.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">ICollection ReadCollection(string fieldName, Func&lt;int, ICollection&gt; factory, Action&lt;ICollection, object&gt; adder)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">fieldName</span></td>
<td><p>Field name.</p>
</td>
</tr>
<tr>
<td><span class="xref">System.Func</span>&lt;<span class="xref">System.Int32</span>, <span class="xref">System.Collections.ICollection</span>&gt;</td>
<td><span class="parametername">factory</span></td>
<td><p>Factory.</p>
</td>
</tr>
<tr>
<td><span class="xref">System.Action</span>&lt;<span class="xref">System.Collections.ICollection</span>, <span class="xref">System.Object</span>&gt;</td>
<td><span class="parametername">adder</span></td>
<td><p>Adder.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Collections.ICollection</span></td>
<td><p>Collection.</p>
</td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Binary_IBinaryReader_ReadDecimal_" data-uid="Apache.Ignite.Core.Binary.IBinaryReader.ReadDecimal*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinaryReader_ReadDecimal_System_String_" data-uid="Apache.Ignite.Core.Binary.IBinaryReader.ReadDecimal(System.String)">ReadDecimal(String)</h4>
<div class="markdown level1 summary"><p>Read named decimal value.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">decimal ? ReadDecimal(string fieldName)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">fieldName</span></td>
<td><p>Field name.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Nullable</span>&lt;<span class="xref">System.Decimal</span>&gt;</td>
<td><p>Decimal value.</p>
</td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Binary_IBinaryReader_ReadDecimalArray_" data-uid="Apache.Ignite.Core.Binary.IBinaryReader.ReadDecimalArray*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinaryReader_ReadDecimalArray_System_String_" data-uid="Apache.Ignite.Core.Binary.IBinaryReader.ReadDecimalArray(System.String)">ReadDecimalArray(String)</h4>
<div class="markdown level1 summary"><p>Read named decimal array.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">decimal ? [] ReadDecimalArray(string fieldName)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">fieldName</span></td>
<td><p>Field name.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Nullable</span>&lt;<span class="xref">System.Decimal</span>&gt;[]</td>
<td><p>Decimal array.</p>
</td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Binary_IBinaryReader_ReadDictionary_" data-uid="Apache.Ignite.Core.Binary.IBinaryReader.ReadDictionary*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinaryReader_ReadDictionary_System_String_" data-uid="Apache.Ignite.Core.Binary.IBinaryReader.ReadDictionary(System.String)">ReadDictionary(String)</h4>
<div class="markdown level1 summary"><p>Read named dictionary.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">IDictionary ReadDictionary(string fieldName)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">fieldName</span></td>
<td><p>Field name.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Collections.IDictionary</span></td>
<td><p>Dictionary.</p>
</td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Binary_IBinaryReader_ReadDictionary_" data-uid="Apache.Ignite.Core.Binary.IBinaryReader.ReadDictionary*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinaryReader_ReadDictionary_System_String_System_Func_System_Int32_System_Collections_IDictionary__" data-uid="Apache.Ignite.Core.Binary.IBinaryReader.ReadDictionary(System.String,System.Func{System.Int32,System.Collections.IDictionary})">ReadDictionary(String, Func&lt;Int32, IDictionary&gt;)</h4>
<div class="markdown level1 summary"><p>Read named dictionary.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">IDictionary ReadDictionary(string fieldName, Func&lt;int, IDictionary&gt; factory)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">fieldName</span></td>
<td><p>Field name.</p>
</td>
</tr>
<tr>
<td><span class="xref">System.Func</span>&lt;<span class="xref">System.Int32</span>, <span class="xref">System.Collections.IDictionary</span>&gt;</td>
<td><span class="parametername">factory</span></td>
<td><p>Factory.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Collections.IDictionary</span></td>
<td><p>Dictionary.</p>
</td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Binary_IBinaryReader_ReadDouble_" data-uid="Apache.Ignite.Core.Binary.IBinaryReader.ReadDouble*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinaryReader_ReadDouble_System_String_" data-uid="Apache.Ignite.Core.Binary.IBinaryReader.ReadDouble(System.String)">ReadDouble(String)</h4>
<div class="markdown level1 summary"><p>Read named double value.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">double ReadDouble(string fieldName)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">fieldName</span></td>
<td><p>Field name.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span></td>
<td><p>Double value.</p>
</td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Binary_IBinaryReader_ReadDoubleArray_" data-uid="Apache.Ignite.Core.Binary.IBinaryReader.ReadDoubleArray*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinaryReader_ReadDoubleArray_System_String_" data-uid="Apache.Ignite.Core.Binary.IBinaryReader.ReadDoubleArray(System.String)">ReadDoubleArray(String)</h4>
<div class="markdown level1 summary"><p>Read named double array.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">double[] ReadDoubleArray(string fieldName)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">fieldName</span></td>
<td><p>Field name.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Double</span>[]</td>
<td><p>Double array.</p>
</td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Binary_IBinaryReader_ReadEnum_" data-uid="Apache.Ignite.Core.Binary.IBinaryReader.ReadEnum*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinaryReader_ReadEnum__1_System_String_" data-uid="Apache.Ignite.Core.Binary.IBinaryReader.ReadEnum``1(System.String)">ReadEnum&lt;T&gt;(String)</h4>
<div class="markdown level1 summary"><p>Read named enum value.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">T ReadEnum&lt;T&gt;(string fieldName)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">fieldName</span></td>
<td><p>Field name.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">T</span></td>
<td><p>Enum value.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="typeParameters">Type Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="parametername">T</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Binary_IBinaryReader_ReadEnumArray_" data-uid="Apache.Ignite.Core.Binary.IBinaryReader.ReadEnumArray*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinaryReader_ReadEnumArray__1_System_String_" data-uid="Apache.Ignite.Core.Binary.IBinaryReader.ReadEnumArray``1(System.String)">ReadEnumArray&lt;T&gt;(String)</h4>
<div class="markdown level1 summary"><p>Read named enum array.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">T[] ReadEnumArray&lt;T&gt;(string fieldName)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">fieldName</span></td>
<td><p>Field name.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>T[]</td>
<td><p>Enum array.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="typeParameters">Type Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="parametername">T</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Binary_IBinaryReader_ReadFloat_" data-uid="Apache.Ignite.Core.Binary.IBinaryReader.ReadFloat*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinaryReader_ReadFloat_System_String_" data-uid="Apache.Ignite.Core.Binary.IBinaryReader.ReadFloat(System.String)">ReadFloat(String)</h4>
<div class="markdown level1 summary"><p>Read named float value.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">float ReadFloat(string fieldName)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">fieldName</span></td>
<td><p>Field name.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Single</span></td>
<td><p>Float value.</p>
</td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Binary_IBinaryReader_ReadFloatArray_" data-uid="Apache.Ignite.Core.Binary.IBinaryReader.ReadFloatArray*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinaryReader_ReadFloatArray_System_String_" data-uid="Apache.Ignite.Core.Binary.IBinaryReader.ReadFloatArray(System.String)">ReadFloatArray(String)</h4>
<div class="markdown level1 summary"><p>Read named float array.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">float[] ReadFloatArray(string fieldName)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">fieldName</span></td>
<td><p>Field name.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Single</span>[]</td>
<td><p>Float array.</p>
</td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Binary_IBinaryReader_ReadGuid_" data-uid="Apache.Ignite.Core.Binary.IBinaryReader.ReadGuid*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinaryReader_ReadGuid_System_String_" data-uid="Apache.Ignite.Core.Binary.IBinaryReader.ReadGuid(System.String)">ReadGuid(String)</h4>
<div class="markdown level1 summary"><p>Read named GUID value.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">Guid? ReadGuid(string fieldName)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">fieldName</span></td>
<td><p>Field name.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Nullable</span>&lt;<span class="xref">System.Guid</span>&gt;</td>
<td><p>GUID value.</p>
</td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Binary_IBinaryReader_ReadGuidArray_" data-uid="Apache.Ignite.Core.Binary.IBinaryReader.ReadGuidArray*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinaryReader_ReadGuidArray_System_String_" data-uid="Apache.Ignite.Core.Binary.IBinaryReader.ReadGuidArray(System.String)">ReadGuidArray(String)</h4>
<div class="markdown level1 summary"><p>Read named GUID array.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">Guid? [] ReadGuidArray(string fieldName)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">fieldName</span></td>
<td><p>Field name.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Nullable</span>&lt;<span class="xref">System.Guid</span>&gt;[]</td>
<td><p>GUID array.</p>
</td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Binary_IBinaryReader_ReadInt_" data-uid="Apache.Ignite.Core.Binary.IBinaryReader.ReadInt*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinaryReader_ReadInt_System_String_" data-uid="Apache.Ignite.Core.Binary.IBinaryReader.ReadInt(System.String)">ReadInt(String)</h4>
<div class="markdown level1 summary"><p>Read named int value.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">int ReadInt(string fieldName)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">fieldName</span></td>
<td><p>Field name.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><p>Int value.</p>
</td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Binary_IBinaryReader_ReadIntArray_" data-uid="Apache.Ignite.Core.Binary.IBinaryReader.ReadIntArray*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinaryReader_ReadIntArray_System_String_" data-uid="Apache.Ignite.Core.Binary.IBinaryReader.ReadIntArray(System.String)">ReadIntArray(String)</h4>
<div class="markdown level1 summary"><p>Read named int array.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">int[] ReadIntArray(string fieldName)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">fieldName</span></td>
<td><p>Field name.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span>[]</td>
<td><p>Int array.</p>
</td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Binary_IBinaryReader_ReadLong_" data-uid="Apache.Ignite.Core.Binary.IBinaryReader.ReadLong*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinaryReader_ReadLong_System_String_" data-uid="Apache.Ignite.Core.Binary.IBinaryReader.ReadLong(System.String)">ReadLong(String)</h4>
<div class="markdown level1 summary"><p>Read named long value.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">long ReadLong(string fieldName)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">fieldName</span></td>
<td><p>Field name.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int64</span></td>
<td><p>Long value.</p>
</td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Binary_IBinaryReader_ReadLongArray_" data-uid="Apache.Ignite.Core.Binary.IBinaryReader.ReadLongArray*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinaryReader_ReadLongArray_System_String_" data-uid="Apache.Ignite.Core.Binary.IBinaryReader.ReadLongArray(System.String)">ReadLongArray(String)</h4>
<div class="markdown level1 summary"><p>Read named long array.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">long[] ReadLongArray(string fieldName)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">fieldName</span></td>
<td><p>Field name.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int64</span>[]</td>
<td><p>Long array.</p>
</td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Binary_IBinaryReader_ReadObject_" data-uid="Apache.Ignite.Core.Binary.IBinaryReader.ReadObject*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinaryReader_ReadObject__1_System_String_" data-uid="Apache.Ignite.Core.Binary.IBinaryReader.ReadObject``1(System.String)">ReadObject&lt;T&gt;(String)</h4>
<div class="markdown level1 summary"><p>Read named object.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">T ReadObject&lt;T&gt;(string fieldName)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">fieldName</span></td>
<td><p>Field name.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">T</span></td>
<td><p>Object.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="typeParameters">Type Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="parametername">T</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Binary_IBinaryReader_ReadShort_" data-uid="Apache.Ignite.Core.Binary.IBinaryReader.ReadShort*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinaryReader_ReadShort_System_String_" data-uid="Apache.Ignite.Core.Binary.IBinaryReader.ReadShort(System.String)">ReadShort(String)</h4>
<div class="markdown level1 summary"><p>Read named short value.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">short ReadShort(string fieldName)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">fieldName</span></td>
<td><p>Field name.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int16</span></td>
<td><p>Short value.</p>
</td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Binary_IBinaryReader_ReadShortArray_" data-uid="Apache.Ignite.Core.Binary.IBinaryReader.ReadShortArray*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinaryReader_ReadShortArray_System_String_" data-uid="Apache.Ignite.Core.Binary.IBinaryReader.ReadShortArray(System.String)">ReadShortArray(String)</h4>
<div class="markdown level1 summary"><p>Read named short array. </p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">short[] ReadShortArray(string fieldName)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">fieldName</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int16</span>[]</td>
<td><p>Short array.</p>
</td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Binary_IBinaryReader_ReadString_" data-uid="Apache.Ignite.Core.Binary.IBinaryReader.ReadString*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinaryReader_ReadString_System_String_" data-uid="Apache.Ignite.Core.Binary.IBinaryReader.ReadString(System.String)">ReadString(String)</h4>
<div class="markdown level1 summary"><p>Read named string value.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">string ReadString(string fieldName)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">fieldName</span></td>
<td><p>Field name.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><p>String value.</p>
</td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Binary_IBinaryReader_ReadStringArray_" data-uid="Apache.Ignite.Core.Binary.IBinaryReader.ReadStringArray*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinaryReader_ReadStringArray_System_String_" data-uid="Apache.Ignite.Core.Binary.IBinaryReader.ReadStringArray(System.String)">ReadStringArray(String)</h4>
<div class="markdown level1 summary"><p>Read named string array.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">string[] ReadStringArray(string fieldName)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">fieldName</span></td>
<td><p>Field name.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span>[]</td>
<td><p>String array.</p>
</td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Binary_IBinaryReader_ReadTimestamp_" data-uid="Apache.Ignite.Core.Binary.IBinaryReader.ReadTimestamp*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinaryReader_ReadTimestamp_System_String_" data-uid="Apache.Ignite.Core.Binary.IBinaryReader.ReadTimestamp(System.String)">ReadTimestamp(String)</h4>
<div class="markdown level1 summary"><p>Read named date value in UTC form.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">DateTime? ReadTimestamp(string fieldName)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">fieldName</span></td>
<td><p>Field name.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Nullable</span>&lt;<span class="xref">System.DateTime</span>&gt;</td>
<td><p>Date value.</p>
</td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Binary_IBinaryReader_ReadTimestampArray_" data-uid="Apache.Ignite.Core.Binary.IBinaryReader.ReadTimestampArray*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinaryReader_ReadTimestampArray_System_String_" data-uid="Apache.Ignite.Core.Binary.IBinaryReader.ReadTimestampArray(System.String)">ReadTimestampArray(String)</h4>
<div class="markdown level1 summary"><p>Read named date array in UTC form.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">DateTime? [] ReadTimestampArray(string fieldName)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">fieldName</span></td>
<td><p>Field name.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Nullable</span>&lt;<span class="xref">System.DateTime</span>&gt;[]</td>
<td><p>Date array.</p>
</td>
</tr>
</tbody>
</table>
</article>
</div>
<div class="hidden-sm col-md-2" role="complementary">
<div class="sideaffix">
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
<!-- <p><a class="back-to-top" href="#top">Back to top</a><p> -->
</nav>
</div>
</div>
</div>
</div>
<footer>
<div class="grad-bottom"></div>
<div class="footer">
<div class="container">
<span class="pull-right">
<a href="#top">Back to top</a>
</span>
© 2015 - 2018 The Apache Software Foundation
</div>
</div>
</footer>
</div>
<script type="text/javascript" src="../styles/docfx.vendor.js"></script>
<script type="text/javascript" src="../styles/docfx.js"></script>
<script type="text/javascript" src="../styles/main.js"></script>
</body>
</html>