GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Search::Elasticsearch::Serializer::JSON(3) User Contributed Perl Documentation Search::Elasticsearch::Serializer::JSON(3)

Search::Elasticsearch::Serializer::JSON - The default JSON Serializer, using JSON::MaybeXS

version 6.00

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

This default Serializer class chooses between:
  • Cpanel::JSON::XS
  • JSON::XS
  • JSON::PP

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:

  • Search::Elasticsearch::Serializer::JSON::Cpanel
  • Search::Elasticsearch::Serializer::JSON::XS
  • Search::Elasticsearch::Serializer::JSON::PP

See their documentation for details.

Clinton Gormley <drtech@cpan.org>

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

This is free software, licensed under:

  The Apache License, Version 2.0, January 2004
2017-11-14 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.