Home
last modified time | relevance | path

Searched defs:SmartSerializer (Results 1 – 3 of 3) sorted by relevance

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dserializers.asciidoc16 ==== SmartSerializer subsubsection
21 The `SmartSerializer` inspects the data to be encoded. If the request body is argument
35 When decoding the response body, the `SmartSerializer` introspects the argument
45 ===== Selecting the SmartSerializer argument
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Serializers/
H A DSmartSerializer.php29 class SmartSerializer implements SerializerInterface class
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/
H A DClientBuilder.php35 use Elasticsearch\Serializers\SmartSerializer; alias