The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<link rel='stylesheet' href='https://metacpan.org/_asset/288683e3285b02987a848283f0f92207' type='text/css'>
<script type='text/javascript' src='https://metacpan.org/_asset/12b19d083bf773523c065d4d729f0327'></script>
</head>
<body>
<div class="pod">


<ul id="index">
  <li><a href="#DESCRIPTION">DESCRIPTION</a></li>
</ul>

<h1 id="DESCRIPTION">DESCRIPTION</h1>

<p>There is no code in this module. It defines an inteface for Serializer implementations, and requires the following methods:</p>

<ul>

<li><p><code>encode()</code></p>

</li>
<li><p><code>encode_pretty()</code></p>

</li>
<li><p><code>encode_bulk()</code></p>

</li>
<li><p><code>decode()</code></p>

</li>
<li><p><code>mime_type()</code></p>

</li>
</ul>

<p>See <a href="./Elasticsearch::Serializer::JSON">Elasticsearch::Serializer::JSON</a> for more.</p>


</div>
</body>
</html>