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

NAME

Search::Elasticsearch::Serializer::JSON::XS - A JSON Serializer using JSON::XS

VERSION

version 5.02

SYNOPSIS

    $e = Search::Elasticsearch(
        serializer => 'JSON::XS'
    );

DESCRIPTION

While the default serializer, Search::Elasticsearch::Serializer::JSON, tries to choose the appropriate JSON backend, this module allows you to choose the JSON::XS backend specifically.

This class does Search::Elasticsearch::Role::Serializer::JSON.

SEE ALSO

AUTHOR

Clinton Gormley <drtech@cpan.org>

COPYRIGHT AND LICENSE

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

This is free software, licensed under:

  The Apache License, Version 2.0, January 2004