|
NAMESearch::Elasticsearch::Serializer::JSON - The default JSON Serializer, using JSON::MaybeXSVERSIONversion 6.00SYNOPSIS$e = Search::Elasticsearch( # serializer => 'JSON' ); DESCRIPTIONThis default Serializer class chooses between:
First it checks if either Cpanel::JSON::XS or JSON::XS is already loaded and, if so, uses the appropriate backend. Otherwise it tries to load Cpanel::JSON::XS, then JSON::XS and finally JSON::PP. If you would prefer to specify a particular JSON backend, then you can do so by using one of these modules:
See their documentation for details. AUTHORClinton Gormley <drtech@cpan.org>COPYRIGHT AND LICENSEThis software is Copyright (c) 2017 by Elasticsearch BV.This is free software, licensed under: The Apache License, Version 2.0, January 2004
Visit the GSP FreeBSD Man Page Interface. |