The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Elasticsearch::Role::Serializer - An interface for Serializer modules

VERSION

version 1.05

DESCRIPTION

There is no code in this module. It defines an interface for Serializer implementations, and requires the following methods:

  • encode()

  • encode_pretty()

  • encode_bulk()

  • decode()

  • mime_type()

See Elasticsearch::Serializer::JSON for more.

AUTHOR

Clinton Gormley <drtech@cpan.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2014 by Elasticsearch BV.

This is free software, licensed under:

  The Apache License, Version 2.0, January 2004