Home
last modified time | relevance | path

Searched refs:SmartSerializer (Results 1 – 3 of 3) sorted by last modified time

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Serializers/
H A DSmartSerializer.php29 class SmartSerializer implements SerializerInterface class
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dserializers.asciidoc12 The default serializer is the `SmartSerializer`.
16 ==== 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
47 The `SmartSerializer` is selected by default, but if you wish to manually
54 ->setSerializer('\Elasticsearch\Serializers\SmartSerializer');
216 (`SmartSerializer`), but if you need to, it can be done via the
221 $serializer = '\Elasticsearch\Serializers\SmartSerializer';
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/
H A DClientBuilder.php35 use Elasticsearch\Serializers\SmartSerializer; alias
88 private $serializer = SmartSerializer::class;
620 $this->serializer = new SmartSerializer();