blob: d464522f4440d6d7bb6db0ba1366da9e2d3edfa4 [file] [log] [blame]
<!DOCTYPE html>
<!--[if IE]><![endif]-->
<html>
<head>
<link rel="canonical" href="https://ignite.apache.org/releases/2.7.0/dotnetdoc/api/Apache.Ignite.Core.Binary.IBinaryRawWriter.html" />
<META NAME="ROBOTS" CONTENT="NOINDEX">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Interface IBinaryRawWriter
| Apache Ignite.NET </title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="Interface IBinaryRawWriter
| 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.IBinaryRawWriter">
<h1 id="Apache_Ignite_Core_Binary_IBinaryRawWriter" data-uid="Apache.Ignite.Core.Binary.IBinaryRawWriter" class="text-break">Interface IBinaryRawWriter
</h1>
<div class="markdown level0 summary"><p>Raw writer 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_IBinaryRawWriter_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public interface IBinaryRawWriter</code></pre>
</div>
<h3 id="methods">Methods
</h3>
<a id="Apache_Ignite_Core_Binary_IBinaryRawWriter_WriteArray_" data-uid="Apache.Ignite.Core.Binary.IBinaryRawWriter.WriteArray*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinaryRawWriter_WriteArray__1___0___" data-uid="Apache.Ignite.Core.Binary.IBinaryRawWriter.WriteArray``1(``0[])">WriteArray&lt;T&gt;(T[])</h4>
<div class="markdown level1 summary"><p>Write object array.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">void WriteArray&lt;T&gt;(T[] val)</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>T[]</td>
<td><span class="parametername">val</span></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_IBinaryRawWriter_WriteBoolean_" data-uid="Apache.Ignite.Core.Binary.IBinaryRawWriter.WriteBoolean*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinaryRawWriter_WriteBoolean_System_Boolean_" data-uid="Apache.Ignite.Core.Binary.IBinaryRawWriter.WriteBoolean(System.Boolean)">WriteBoolean(Boolean)</h4>
<div class="markdown level1 summary"><p>Write boolean value.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">void WriteBoolean(bool val)</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.Boolean</span></td>
<td><span class="parametername">val</span></td>
<td><p>Boolean value.</p>
</td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Binary_IBinaryRawWriter_WriteBooleanArray_" data-uid="Apache.Ignite.Core.Binary.IBinaryRawWriter.WriteBooleanArray*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinaryRawWriter_WriteBooleanArray_System_Boolean___" data-uid="Apache.Ignite.Core.Binary.IBinaryRawWriter.WriteBooleanArray(System.Boolean[])">WriteBooleanArray(Boolean[])</h4>
<div class="markdown level1 summary"><p>Write boolean array.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">void WriteBooleanArray(bool[] val)</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.Boolean</span>[]</td>
<td><span class="parametername">val</span></td>
<td><p>Boolean array.</p>
</td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Binary_IBinaryRawWriter_WriteByte_" data-uid="Apache.Ignite.Core.Binary.IBinaryRawWriter.WriteByte*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinaryRawWriter_WriteByte_System_Byte_" data-uid="Apache.Ignite.Core.Binary.IBinaryRawWriter.WriteByte(System.Byte)">WriteByte(Byte)</h4>
<div class="markdown level1 summary"><p>Write byte value.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">void WriteByte(byte val)</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.Byte</span></td>
<td><span class="parametername">val</span></td>
<td><p>Byte value.</p>
</td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Binary_IBinaryRawWriter_WriteByteArray_" data-uid="Apache.Ignite.Core.Binary.IBinaryRawWriter.WriteByteArray*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinaryRawWriter_WriteByteArray_System_Byte___" data-uid="Apache.Ignite.Core.Binary.IBinaryRawWriter.WriteByteArray(System.Byte[])">WriteByteArray(Byte[])</h4>
<div class="markdown level1 summary"><p>Write byte array.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">void WriteByteArray(byte[] val)</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.Byte</span>[]</td>
<td><span class="parametername">val</span></td>
<td><p>Byte array.</p>
</td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Binary_IBinaryRawWriter_WriteChar_" data-uid="Apache.Ignite.Core.Binary.IBinaryRawWriter.WriteChar*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinaryRawWriter_WriteChar_System_Char_" data-uid="Apache.Ignite.Core.Binary.IBinaryRawWriter.WriteChar(System.Char)">WriteChar(Char)</h4>
<div class="markdown level1 summary"><p>Write char value.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">void WriteChar(char val)</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.Char</span></td>
<td><span class="parametername">val</span></td>
<td><p>Char value.</p>
</td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Binary_IBinaryRawWriter_WriteCharArray_" data-uid="Apache.Ignite.Core.Binary.IBinaryRawWriter.WriteCharArray*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinaryRawWriter_WriteCharArray_System_Char___" data-uid="Apache.Ignite.Core.Binary.IBinaryRawWriter.WriteCharArray(System.Char[])">WriteCharArray(Char[])</h4>
<div class="markdown level1 summary"><p>Write char array.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">void WriteCharArray(char[] val)</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.Char</span>[]</td>
<td><span class="parametername">val</span></td>
<td><p>Char array.</p>
</td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Binary_IBinaryRawWriter_WriteCollection_" data-uid="Apache.Ignite.Core.Binary.IBinaryRawWriter.WriteCollection*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinaryRawWriter_WriteCollection_System_Collections_ICollection_" data-uid="Apache.Ignite.Core.Binary.IBinaryRawWriter.WriteCollection(System.Collections.ICollection)">WriteCollection(ICollection)</h4>
<div class="markdown level1 summary"><p>Writes a collection in interoperable form.</p>
<p>Use this method to communicate with other platforms
or with nodes that need to read collection elements in binary form.</p>
<p>When there is no need for binarization or interoperability, please use <a class="xref" href="Apache.Ignite.Core.Binary.IBinaryRawWriter.html#Apache_Ignite_Core_Binary_IBinaryRawWriter_WriteObject__1___0_">WriteObject&lt;T&gt;(T)</a>,
which will properly preserve generic collection type.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">void WriteCollection(ICollection val)</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.Collections.ICollection</span></td>
<td><span class="parametername">val</span></td>
<td><p>Collection.</p>
</td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Binary_IBinaryRawWriter_WriteDecimal_" data-uid="Apache.Ignite.Core.Binary.IBinaryRawWriter.WriteDecimal*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinaryRawWriter_WriteDecimal_System_Nullable_System_Decimal__" data-uid="Apache.Ignite.Core.Binary.IBinaryRawWriter.WriteDecimal(System.Nullable{System.Decimal})">WriteDecimal(Nullable&lt;Decimal&gt;)</h4>
<div class="markdown level1 summary"><p>Write decimal value.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">void WriteDecimal(decimal ? val)</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.Nullable</span>&lt;<span class="xref">System.Decimal</span>&gt;</td>
<td><span class="parametername">val</span></td>
<td><p>Decimal value.</p>
</td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Binary_IBinaryRawWriter_WriteDecimalArray_" data-uid="Apache.Ignite.Core.Binary.IBinaryRawWriter.WriteDecimalArray*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinaryRawWriter_WriteDecimalArray_System_Nullable_System_Decimal____" data-uid="Apache.Ignite.Core.Binary.IBinaryRawWriter.WriteDecimalArray(System.Nullable{System.Decimal}[])">WriteDecimalArray(Nullable&lt;Decimal&gt;[])</h4>
<div class="markdown level1 summary"><p>Write decimal array.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">void WriteDecimalArray(decimal ? [] val)</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.Nullable</span>&lt;<span class="xref">System.Decimal</span>&gt;[]</td>
<td><span class="parametername">val</span></td>
<td><p>Decimal array.</p>
</td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Binary_IBinaryRawWriter_WriteDictionary_" data-uid="Apache.Ignite.Core.Binary.IBinaryRawWriter.WriteDictionary*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinaryRawWriter_WriteDictionary_System_Collections_IDictionary_" data-uid="Apache.Ignite.Core.Binary.IBinaryRawWriter.WriteDictionary(System.Collections.IDictionary)">WriteDictionary(IDictionary)</h4>
<div class="markdown level1 summary"><p>Writes a dictionary in interoperable form.</p>
<p>Use this method to communicate with other platforms
or with nodes that need to read dictionary elements in binary form.</p>
<p>When there is no need for binarization or interoperability, please use <a class="xref" href="Apache.Ignite.Core.Binary.IBinaryRawWriter.html#Apache_Ignite_Core_Binary_IBinaryRawWriter_WriteObject__1___0_">WriteObject&lt;T&gt;(T)</a>,
which will properly preserve generic dictionary type.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">void WriteDictionary(IDictionary val)</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.Collections.IDictionary</span></td>
<td><span class="parametername">val</span></td>
<td><p>Dictionary.</p>
</td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Binary_IBinaryRawWriter_WriteDouble_" data-uid="Apache.Ignite.Core.Binary.IBinaryRawWriter.WriteDouble*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinaryRawWriter_WriteDouble_System_Double_" data-uid="Apache.Ignite.Core.Binary.IBinaryRawWriter.WriteDouble(System.Double)">WriteDouble(Double)</h4>
<div class="markdown level1 summary"><p>Write double value.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">void WriteDouble(double val)</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.Double</span></td>
<td><span class="parametername">val</span></td>
<td><p>Double value.</p>
</td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Binary_IBinaryRawWriter_WriteDoubleArray_" data-uid="Apache.Ignite.Core.Binary.IBinaryRawWriter.WriteDoubleArray*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinaryRawWriter_WriteDoubleArray_System_Double___" data-uid="Apache.Ignite.Core.Binary.IBinaryRawWriter.WriteDoubleArray(System.Double[])">WriteDoubleArray(Double[])</h4>
<div class="markdown level1 summary"><p>Write double array.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">void WriteDoubleArray(double[] val)</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.Double</span>[]</td>
<td><span class="parametername">val</span></td>
<td><p>Double array.</p>
</td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Binary_IBinaryRawWriter_WriteEnum_" data-uid="Apache.Ignite.Core.Binary.IBinaryRawWriter.WriteEnum*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinaryRawWriter_WriteEnum__1___0_" data-uid="Apache.Ignite.Core.Binary.IBinaryRawWriter.WriteEnum``1(``0)">WriteEnum&lt;T&gt;(T)</h4>
<div class="markdown level1 summary"><p>Write enum value.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">void WriteEnum&lt;T&gt;(T val)</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">T</span></td>
<td><span class="parametername">val</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_IBinaryRawWriter_WriteEnumArray_" data-uid="Apache.Ignite.Core.Binary.IBinaryRawWriter.WriteEnumArray*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinaryRawWriter_WriteEnumArray__1___0___" data-uid="Apache.Ignite.Core.Binary.IBinaryRawWriter.WriteEnumArray``1(``0[])">WriteEnumArray&lt;T&gt;(T[])</h4>
<div class="markdown level1 summary"><p>Write enum array.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">void WriteEnumArray&lt;T&gt;(T[] val)</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>T[]</td>
<td><span class="parametername">val</span></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_IBinaryRawWriter_WriteFloat_" data-uid="Apache.Ignite.Core.Binary.IBinaryRawWriter.WriteFloat*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinaryRawWriter_WriteFloat_System_Single_" data-uid="Apache.Ignite.Core.Binary.IBinaryRawWriter.WriteFloat(System.Single)">WriteFloat(Single)</h4>
<div class="markdown level1 summary"><p>Write float value.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">void WriteFloat(float val)</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.Single</span></td>
<td><span class="parametername">val</span></td>
<td><p>Float value.</p>
</td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Binary_IBinaryRawWriter_WriteFloatArray_" data-uid="Apache.Ignite.Core.Binary.IBinaryRawWriter.WriteFloatArray*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinaryRawWriter_WriteFloatArray_System_Single___" data-uid="Apache.Ignite.Core.Binary.IBinaryRawWriter.WriteFloatArray(System.Single[])">WriteFloatArray(Single[])</h4>
<div class="markdown level1 summary"><p>Write float array.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">void WriteFloatArray(float[] val)</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.Single</span>[]</td>
<td><span class="parametername">val</span></td>
<td><p>Float array.</p>
</td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Binary_IBinaryRawWriter_WriteGuid_" data-uid="Apache.Ignite.Core.Binary.IBinaryRawWriter.WriteGuid*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinaryRawWriter_WriteGuid_System_Nullable_System_Guid__" data-uid="Apache.Ignite.Core.Binary.IBinaryRawWriter.WriteGuid(System.Nullable{System.Guid})">WriteGuid(Nullable&lt;Guid&gt;)</h4>
<div class="markdown level1 summary"><p>Write GUID value.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">void WriteGuid(Guid? val)</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.Nullable</span>&lt;<span class="xref">System.Guid</span>&gt;</td>
<td><span class="parametername">val</span></td>
<td><p>GUID value.</p>
</td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Binary_IBinaryRawWriter_WriteGuidArray_" data-uid="Apache.Ignite.Core.Binary.IBinaryRawWriter.WriteGuidArray*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinaryRawWriter_WriteGuidArray_System_Nullable_System_Guid____" data-uid="Apache.Ignite.Core.Binary.IBinaryRawWriter.WriteGuidArray(System.Nullable{System.Guid}[])">WriteGuidArray(Nullable&lt;Guid&gt;[])</h4>
<div class="markdown level1 summary"><p>Write GUID array.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">void WriteGuidArray(Guid? [] val)</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.Nullable</span>&lt;<span class="xref">System.Guid</span>&gt;[]</td>
<td><span class="parametername">val</span></td>
<td><p>GUID array.</p>
</td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Binary_IBinaryRawWriter_WriteInt_" data-uid="Apache.Ignite.Core.Binary.IBinaryRawWriter.WriteInt*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinaryRawWriter_WriteInt_System_Int32_" data-uid="Apache.Ignite.Core.Binary.IBinaryRawWriter.WriteInt(System.Int32)">WriteInt(Int32)</h4>
<div class="markdown level1 summary"><p>Write int value.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">void WriteInt(int val)</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.Int32</span></td>
<td><span class="parametername">val</span></td>
<td><p>Int value.</p>
</td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Binary_IBinaryRawWriter_WriteIntArray_" data-uid="Apache.Ignite.Core.Binary.IBinaryRawWriter.WriteIntArray*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinaryRawWriter_WriteIntArray_System_Int32___" data-uid="Apache.Ignite.Core.Binary.IBinaryRawWriter.WriteIntArray(System.Int32[])">WriteIntArray(Int32[])</h4>
<div class="markdown level1 summary"><p>Write int array.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">void WriteIntArray(int[] val)</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.Int32</span>[]</td>
<td><span class="parametername">val</span></td>
<td><p>Int array.</p>
</td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Binary_IBinaryRawWriter_WriteLong_" data-uid="Apache.Ignite.Core.Binary.IBinaryRawWriter.WriteLong*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinaryRawWriter_WriteLong_System_Int64_" data-uid="Apache.Ignite.Core.Binary.IBinaryRawWriter.WriteLong(System.Int64)">WriteLong(Int64)</h4>
<div class="markdown level1 summary"><p>Write long value.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">void WriteLong(long val)</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.Int64</span></td>
<td><span class="parametername">val</span></td>
<td><p>Long value.</p>
</td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Binary_IBinaryRawWriter_WriteLongArray_" data-uid="Apache.Ignite.Core.Binary.IBinaryRawWriter.WriteLongArray*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinaryRawWriter_WriteLongArray_System_Int64___" data-uid="Apache.Ignite.Core.Binary.IBinaryRawWriter.WriteLongArray(System.Int64[])">WriteLongArray(Int64[])</h4>
<div class="markdown level1 summary"><p>Write long array.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">void WriteLongArray(long[] val)</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.Int64</span>[]</td>
<td><span class="parametername">val</span></td>
<td><p>Long array.</p>
</td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Binary_IBinaryRawWriter_WriteObject_" data-uid="Apache.Ignite.Core.Binary.IBinaryRawWriter.WriteObject*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinaryRawWriter_WriteObject__1___0_" data-uid="Apache.Ignite.Core.Binary.IBinaryRawWriter.WriteObject``1(``0)">WriteObject&lt;T&gt;(T)</h4>
<div class="markdown level1 summary"><p>Write object value.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">void WriteObject&lt;T&gt;(T val)</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">T</span></td>
<td><span class="parametername">val</span></td>
<td><p>Object 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_IBinaryRawWriter_WriteShort_" data-uid="Apache.Ignite.Core.Binary.IBinaryRawWriter.WriteShort*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinaryRawWriter_WriteShort_System_Int16_" data-uid="Apache.Ignite.Core.Binary.IBinaryRawWriter.WriteShort(System.Int16)">WriteShort(Int16)</h4>
<div class="markdown level1 summary"><p>Write short value.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">void WriteShort(short val)</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.Int16</span></td>
<td><span class="parametername">val</span></td>
<td><p>Short value.</p>
</td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Binary_IBinaryRawWriter_WriteShortArray_" data-uid="Apache.Ignite.Core.Binary.IBinaryRawWriter.WriteShortArray*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinaryRawWriter_WriteShortArray_System_Int16___" data-uid="Apache.Ignite.Core.Binary.IBinaryRawWriter.WriteShortArray(System.Int16[])">WriteShortArray(Int16[])</h4>
<div class="markdown level1 summary"><p>Write short array.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">void WriteShortArray(short[] val)</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.Int16</span>[]</td>
<td><span class="parametername">val</span></td>
<td><p>Short array.</p>
</td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Binary_IBinaryRawWriter_WriteString_" data-uid="Apache.Ignite.Core.Binary.IBinaryRawWriter.WriteString*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinaryRawWriter_WriteString_System_String_" data-uid="Apache.Ignite.Core.Binary.IBinaryRawWriter.WriteString(System.String)">WriteString(String)</h4>
<div class="markdown level1 summary"><p>Write string value.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">void WriteString(string val)</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">val</span></td>
<td><p>String value.</p>
</td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Binary_IBinaryRawWriter_WriteStringArray_" data-uid="Apache.Ignite.Core.Binary.IBinaryRawWriter.WriteStringArray*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinaryRawWriter_WriteStringArray_System_String___" data-uid="Apache.Ignite.Core.Binary.IBinaryRawWriter.WriteStringArray(System.String[])">WriteStringArray(String[])</h4>
<div class="markdown level1 summary"><p>Write string array.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">void WriteStringArray(string[] val)</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">val</span></td>
<td><p>String array.</p>
</td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Binary_IBinaryRawWriter_WriteTimestamp_" data-uid="Apache.Ignite.Core.Binary.IBinaryRawWriter.WriteTimestamp*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinaryRawWriter_WriteTimestamp_System_Nullable_System_DateTime__" data-uid="Apache.Ignite.Core.Binary.IBinaryRawWriter.WriteTimestamp(System.Nullable{System.DateTime})">WriteTimestamp(Nullable&lt;DateTime&gt;)</h4>
<div class="markdown level1 summary"><p>Write date value.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">void WriteTimestamp(DateTime? val)</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.Nullable</span>&lt;<span class="xref">System.DateTime</span>&gt;</td>
<td><span class="parametername">val</span></td>
<td><p>Date value.</p>
</td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Binary_IBinaryRawWriter_WriteTimestampArray_" data-uid="Apache.Ignite.Core.Binary.IBinaryRawWriter.WriteTimestampArray*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinaryRawWriter_WriteTimestampArray_System_Nullable_System_DateTime____" data-uid="Apache.Ignite.Core.Binary.IBinaryRawWriter.WriteTimestampArray(System.Nullable{System.DateTime}[])">WriteTimestampArray(Nullable&lt;DateTime&gt;[])</h4>
<div class="markdown level1 summary"><p>Write date array.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">void WriteTimestampArray(DateTime? [] val)</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.Nullable</span>&lt;<span class="xref">System.DateTime</span>&gt;[]</td>
<td><span class="parametername">val</span></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>