NAME

OpenSearch::Client::Serializer::JSON::XS - A JSON Serializer using JSON::XS

VERSION

version 3.007004

SYNOPSIS

$os = OpenSearch::Client->new(
    serializer => 'JSON::XS'
);

DESCRIPTION

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

This class does OpenSearch::Client::Role::Serializer::JSON.

SEE ALSO

AUTHOR

Mark Dootson ( also see the NOTICE file included with this distribution )

COPYRIGHT AND LICENSE

This software is Copyright (c) 2026 by Mark Dootson

This is free software, licensed under:

The Apache License, Version 2.0, January 2004