Searched refs:SmartSerializer (Results 1 – 3 of 3) sorted by relevance
12 The default serializer is the `SmartSerializer`.16 ==== SmartSerializer subsubsection21 The `SmartSerializer` inspects the data to be encoded. If the request body is argument35 When decoding the response body, the `SmartSerializer` introspects the argument45 ===== Selecting the SmartSerializer argument47 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';
29 class SmartSerializer implements SerializerInterface class
35 use Elasticsearch\Serializers\SmartSerializer; alias88 private $serializer = SmartSerializer::class;620 $this->serializer = new SmartSerializer();