|
NAMESearch::Elasticsearch::Serializer::JSON::Cpanel - A JSON Serializer using Cpanel::JSON::XS VERSIONversion 8.12 SYNOPSIS $e = Search::Elasticsearch(
serializer => 'JSON::Cpanel'
);
DESCRIPTIONWhile the default serializer, Search::Elasticsearch::Serializer::JSON, tries to choose the appropriate JSON backend, this module allows you to choose the Cpanel::JSON::XS backend specifically. This class does Search::Elasticsearch::Role::Serializer::JSON. SEE ALSO
AUTHOREnrico Zimuel <enrico.zimuel@elastic.co> COPYRIGHT AND LICENSEThis software is Copyright (c) 2024 by Elasticsearch BV. This is free software, licensed under: The Apache License, Version 2.0, January 2004
|