Scroll to navigation

Search::Elasticsearch::Role::Serializer(3pm) User Contributed Perl Documentation Search::Elasticsearch::Role::Serializer(3pm)

NAME

Search::Elasticsearch::Role::Serializer - An interface for Serializer modules

VERSION

version 7.717

DESCRIPTION

There is no code in this module. It defines an interface for Serializer implementations, and requires the following methods:

  • "encode()"
  • "encode_pretty()"
  • "encode_bulk()"
  • "decode()"
  • "mime_type()"

See Search::Elasticsearch::Serializer::JSON for more.

AUTHOR

Enrico Zimuel <enrico.zimuel@elastic.co>

COPYRIGHT AND LICENSE

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

This is free software, licensed under:

  The Apache License, Version 2.0, January 2004
2022-08-01 perl v5.34.0