blob: 1790fd73bbfe4c41c031183cfe230388710c3a86 [file] [log] [blame]
<!DOCTYPE html>
<!--[if IE]><![endif]-->
<html>
<head>
<!-- Yandex.Metrika counter -->
<script type="text/javascript" >
(function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)};
m[i].l=1*new Date();k=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)})
(window, document, "script", "https://mc.yandex.ru/metrika/tag.js", "ym");
ym(72949126, "init", {
clickmap:true,
trackLinks:true,
accurateTrackBounce:true,
webvisor:true
});
</script>
<noscript><div><img src="https://mc.yandex.ru/watch/72949126" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
<!-- /Yandex.Metrika counter -->
<script type='text/javascript'>
window.__lo_site_id = 284467;
(function() {
var wa = document.createElement('script'); wa.type = 'text/javascript'; wa.async = true;
wa.src = 'https://d10lpsik1i8c69.cloudfront.net/w.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(wa, s);
})();
</script>
<link rel="canonical" href="https://ignite.apache.org/releases/latest/dotnetdoc/api/Apache.Ignite.Core.Binary.IBinary.html" />
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Interface IBinary
| Apache Ignite.NET </title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="Interface IBinary
| 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.IBinary">
<h1 id="Apache_Ignite_Core_Binary_IBinary" data-uid="Apache.Ignite.Core.Binary.IBinary" class="text-break">Interface IBinary
</h1>
<div class="markdown level0 summary"><p>Defines binary objects functionality. With binary objects you are able to:
<ul><li>Seamlessly interoperate between Java, .NET, and C++.</li><li>Make any object binary with zero code change to your existing code.</li><li>Nest binary objects within each other.</li><li>Automatically handle <code>circular</code> or <code>null</code> references.</li><li>Automatically convert collections and maps between Java, .NET, and C++.</li><li>Optionally avoid deserialization of objects on the server side.</li><li>Avoid need to have concrete class definitions on the server side.</li><li>Dynamically change structure of the classes without having to restart the cluster.</li><li>Index into binary objects for querying purposes.</li></ul></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_IBinary_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public interface IBinary</code></pre>
</div>
<h3 id="methods">Methods
</h3>
<a id="Apache_Ignite_Core_Binary_IBinary_BuildEnum_" data-uid="Apache.Ignite.Core.Binary.IBinary.BuildEnum*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinary_BuildEnum_System_String_System_Int32_" data-uid="Apache.Ignite.Core.Binary.IBinary.BuildEnum(System.String,System.Int32)">BuildEnum(String, Int32)</h4>
<div class="markdown level1 summary"><p>Converts enum to a binary form.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">IBinaryObject BuildEnum(string typeName, int value)</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">typeName</span></td>
<td><p>Enum type name.</p>
</td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">value</span></td>
<td><p>Enum int value.</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><a class="xref" href="Apache.Ignite.Core.Binary.IBinaryObject.html">IBinaryObject</a></td>
<td><p>Binary representation of the specified enum value.</p>
</td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Binary_IBinary_BuildEnum_" data-uid="Apache.Ignite.Core.Binary.IBinary.BuildEnum*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinary_BuildEnum_System_String_System_String_" data-uid="Apache.Ignite.Core.Binary.IBinary.BuildEnum(System.String,System.String)">BuildEnum(String, String)</h4>
<div class="markdown level1 summary"><p>Converts enum to a binary form.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">IBinaryObject BuildEnum(string typeName, string valueName)</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">typeName</span></td>
<td><p>Enum type name.</p>
</td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">valueName</span></td>
<td><p>Enum value 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><a class="xref" href="Apache.Ignite.Core.Binary.IBinaryObject.html">IBinaryObject</a></td>
<td><p>Binary representation of the specified enum value.</p>
</td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Binary_IBinary_BuildEnum_" data-uid="Apache.Ignite.Core.Binary.IBinary.BuildEnum*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinary_BuildEnum_System_Type_System_Int32_" data-uid="Apache.Ignite.Core.Binary.IBinary.BuildEnum(System.Type,System.Int32)">BuildEnum(Type, Int32)</h4>
<div class="markdown level1 summary"><p>Converts enum to a binary form.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">IBinaryObject BuildEnum(Type type, int value)</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.Type</span></td>
<td><span class="parametername">type</span></td>
<td><p>Enum type.</p>
</td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">value</span></td>
<td><p>Enum int value.</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><a class="xref" href="Apache.Ignite.Core.Binary.IBinaryObject.html">IBinaryObject</a></td>
<td><p>Binary representation of the specified enum value.</p>
</td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Binary_IBinary_BuildEnum_" data-uid="Apache.Ignite.Core.Binary.IBinary.BuildEnum*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinary_BuildEnum_System_Type_System_String_" data-uid="Apache.Ignite.Core.Binary.IBinary.BuildEnum(System.Type,System.String)">BuildEnum(Type, String)</h4>
<div class="markdown level1 summary"><p>Converts enum to a binary form.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">IBinaryObject BuildEnum(Type type, string valueName)</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.Type</span></td>
<td><span class="parametername">type</span></td>
<td><p>Enum type.</p>
</td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">valueName</span></td>
<td><p>Enum value 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><a class="xref" href="Apache.Ignite.Core.Binary.IBinaryObject.html">IBinaryObject</a></td>
<td><p>Binary representation of the specified enum value.</p>
</td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Binary_IBinary_GetBinaryType_" data-uid="Apache.Ignite.Core.Binary.IBinary.GetBinaryType*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinary_GetBinaryType_System_Int32_" data-uid="Apache.Ignite.Core.Binary.IBinary.GetBinaryType(System.Int32)">GetBinaryType(Int32)</h4>
<div class="markdown level1 summary"><p>Gets metadata for specified type id.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">IBinaryType GetBinaryType(int typeId)</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">typeId</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><a class="xref" href="Apache.Ignite.Core.Binary.IBinaryType.html">IBinaryType</a></td>
<td><p>Metadata.</p>
</td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Binary_IBinary_GetBinaryType_" data-uid="Apache.Ignite.Core.Binary.IBinary.GetBinaryType*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinary_GetBinaryType_System_String_" data-uid="Apache.Ignite.Core.Binary.IBinary.GetBinaryType(System.String)">GetBinaryType(String)</h4>
<div class="markdown level1 summary"><p>Gets metadata for specified type name.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">IBinaryType GetBinaryType(string typeName)</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">typeName</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><a class="xref" href="Apache.Ignite.Core.Binary.IBinaryType.html">IBinaryType</a></td>
<td><p>Metadata.</p>
</td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Binary_IBinary_GetBinaryType_" data-uid="Apache.Ignite.Core.Binary.IBinary.GetBinaryType*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinary_GetBinaryType_System_Type_" data-uid="Apache.Ignite.Core.Binary.IBinary.GetBinaryType(System.Type)">GetBinaryType(Type)</h4>
<div class="markdown level1 summary"><p>Gets metadata for specified type.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">IBinaryType GetBinaryType(Type type)</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.Type</span></td>
<td><span class="parametername">type</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><a class="xref" href="Apache.Ignite.Core.Binary.IBinaryType.html">IBinaryType</a></td>
<td><p>Metadata.</p>
</td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Binary_IBinary_GetBinaryTypes_" data-uid="Apache.Ignite.Core.Binary.IBinary.GetBinaryTypes*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinary_GetBinaryTypes" data-uid="Apache.Ignite.Core.Binary.IBinary.GetBinaryTypes">GetBinaryTypes()</h4>
<div class="markdown level1 summary"><p>Gets metadata for all known types.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">ICollection&lt;IBinaryType&gt; GetBinaryTypes()</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><span class="xref">System.Collections.Generic.ICollection</span>&lt;<a class="xref" href="Apache.Ignite.Core.Binary.IBinaryType.html">IBinaryType</a>&gt;</td>
<td><p>Metadata.</p>
</td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Binary_IBinary_GetBuilder_" data-uid="Apache.Ignite.Core.Binary.IBinary.GetBuilder*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinary_GetBuilder_Apache_Ignite_Core_Binary_IBinaryObject_" data-uid="Apache.Ignite.Core.Binary.IBinary.GetBuilder(Apache.Ignite.Core.Binary.IBinaryObject)">GetBuilder(IBinaryObject)</h4>
<div class="markdown level1 summary"><p>Create builder over existing binary object.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">IBinaryObjectBuilder GetBuilder(IBinaryObject obj)</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><a class="xref" href="Apache.Ignite.Core.Binary.IBinaryObject.html">IBinaryObject</a></td>
<td><span class="parametername">obj</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><a class="xref" href="Apache.Ignite.Core.Binary.IBinaryObjectBuilder.html">IBinaryObjectBuilder</a></td>
<td><p>Builder.</p>
</td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Binary_IBinary_GetBuilder_" data-uid="Apache.Ignite.Core.Binary.IBinary.GetBuilder*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinary_GetBuilder_System_String_" data-uid="Apache.Ignite.Core.Binary.IBinary.GetBuilder(System.String)">GetBuilder(String)</h4>
<div class="markdown level1 summary"><p>Create builder for the given binary object type name.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">IBinaryObjectBuilder GetBuilder(string typeName)</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">typeName</span></td>
<td><p>Type 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><a class="xref" href="Apache.Ignite.Core.Binary.IBinaryObjectBuilder.html">IBinaryObjectBuilder</a></td>
<td><p>Builder.</p>
</td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Binary_IBinary_GetBuilder_" data-uid="Apache.Ignite.Core.Binary.IBinary.GetBuilder*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinary_GetBuilder_System_Type_" data-uid="Apache.Ignite.Core.Binary.IBinary.GetBuilder(System.Type)">GetBuilder(Type)</h4>
<div class="markdown level1 summary"><p>Create builder for the given binary object type. Note that this
type must be specified in <a class="xref" href="Apache.Ignite.Core.Binary.BinaryConfiguration.html">BinaryConfiguration</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">IBinaryObjectBuilder GetBuilder(Type type)</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.Type</span></td>
<td><span class="parametername">type</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><a class="xref" href="Apache.Ignite.Core.Binary.IBinaryObjectBuilder.html">IBinaryObjectBuilder</a></td>
<td><p>Builder.</p>
</td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Binary_IBinary_GetTypeId_" data-uid="Apache.Ignite.Core.Binary.IBinary.GetTypeId*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinary_GetTypeId_System_String_" data-uid="Apache.Ignite.Core.Binary.IBinary.GetTypeId(System.String)">GetTypeId(String)</h4>
<div class="markdown level1 summary"><p>Gets type id for the given type name.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">int GetTypeId(string typeName)</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">typeName</span></td>
<td><p>Type 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>Type id.</p>
</td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Binary_IBinary_RegisterEnum_" data-uid="Apache.Ignite.Core.Binary.IBinary.RegisterEnum*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinary_RegisterEnum_System_String_System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_System_String_System_Int32___" data-uid="Apache.Ignite.Core.Binary.IBinary.RegisterEnum(System.String,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Int32}})">RegisterEnum(String, IEnumerable&lt;KeyValuePair&lt;String, Int32&gt;&gt;)</h4>
<div class="markdown level1 summary"><p>Registers enum type.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">IBinaryType RegisterEnum(string typeName, IEnumerable&lt;KeyValuePair&lt;string, int&gt;&gt; values)</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">typeName</span></td>
<td><p>Name of the type.</p>
</td>
</tr>
<tr>
<td><span class="xref">System.Collections.Generic.IEnumerable</span>&lt;<span class="xref">System.Collections.Generic.KeyValuePair</span>&lt;<span class="xref">System.String</span>, <span class="xref">System.Int32</span>&gt;&gt;</td>
<td><span class="parametername">values</span></td>
<td><p>Mapping of enum value names to int values.</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><a class="xref" href="Apache.Ignite.Core.Binary.IBinaryType.html">IBinaryType</a></td>
<td><p>Binary type for registered enum.</p>
</td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Binary_IBinary_ToBinary_" data-uid="Apache.Ignite.Core.Binary.IBinary.ToBinary*"></a>
<h4 id="Apache_Ignite_Core_Binary_IBinary_ToBinary__1_System_Object_" data-uid="Apache.Ignite.Core.Binary.IBinary.ToBinary``1(System.Object)">ToBinary&lt;T&gt;(Object)</h4>
<div class="markdown level1 summary"><p>Converts provided object to binary form.
<p>
Note that object&apos;s type needs to be configured in <a class="xref" href="Apache.Ignite.Core.Binary.BinaryConfiguration.html">BinaryConfiguration</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">T ToBinary&lt;T&gt;(object obj)</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.Object</span></td>
<td><span class="parametername">obj</span></td>
<td><p>Object to convert.</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>Converted 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>
</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 - 2019 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>