Home
last modified time | relevance | path

Searched refs:serializer (Results 1 – 25 of 56) sorted by last modified time

123

/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Dfa/
H A DDFA.php167 $serializer = new DFASerializer($this, $vocabulary);
169 return (string) $serializer;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/TextStructure/
H A DFindStructure.php34 public function __construct(SerializerInterface $serializer) argument
36 $this->serializer = $serializer;
77 $this->body .= $this->serializer->serialize($item) . "\n";
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/
H A DNamespaceBuilderInterface.php34 * and serializer objects are provided so that your namespace may do whatever custom
38 * @param SerializerInterface $serializer
41 public function getObject(Transport $transport, SerializerInterface $serializer); argument
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/
H A DAbstractEndpoint.php67 protected $serializer; variable in Elasticsearch\\Endpoints\\AbstractEndpoint
H A DBulk.php34 public function __construct(SerializerInterface $serializer) argument
36 $this->serializer = $serializer;
84 $this->body .= $this->serializer->serialize($item) . "\n";
H A DMsearch.php34 public function __construct(SerializerInterface $serializer) argument
36 $this->serializer = $serializer;
81 $this->body .= $this->serializer->serialize($item) . "\n";
H A DMsearchTemplate.php34 public function __construct(SerializerInterface $serializer) argument
36 $this->serializer = $serializer;
79 $this->body .= $this->serializer->serialize($item) . "\n";
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dserializers.asciidoc5 to change the serializer, unless you have special requirements or are
8 The job of the serializer is to encode the outgoing request body and decode the
12 The default serializer is the `SmartSerializer`.
27 empty array, the serializer manually converts the JSON from an empty array
58 Note that the serializer is configured by specifying a namespace path to the
59 serializer.
75 empty array, the serializer manually converts the JSON from an empty array
101 Note that the serializer is configured by specifying a namespace path to the
102 serializer.
114 If the data provided was an empty array, the serializer manuall
[all...]
H A Dcommunity.asciidoc85 - Automatically generate mappings using a serializer.
H A Dconnection-factory.asciidoc22 SerializerInterface $serializer,
45 $serializer,
57 working HTTP handler, serializer, logger and tracer
H A Dendpoint-closure.asciidoc15 $serializer = $this->serializer;
17 $newEndpoint = function ($class) use ($transport, $serializer) {
24 return new $fullPath($transport, $serializer);
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md1724 - Added serialization support. Objects can be added to elastica directly when a serializer callable is configured on \Elastica\Type
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/
H A DClientBuilder.php88 private $serializer = SmartSerializer::class; variable in Elasticsearch\\ClientBuilder
379 * Set the serializer
381 * @param \Elasticsearch\Serializers\SerializerInterface|string $serializer
383 public function setSerializer($serializer): ClientBuilder argument
385 $this->parseStringOrObject($serializer, $this->serializer, 'SerializerInterface');
619 if (is_null($this->serializer)) {
620 $this->serializer = new SmartSerializer();
621 } elseif (is_string($this->serializer)) {
622 $this->serializer
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
H A DClientBuilder.asciidoc259 .`setSerializer(Elasticsearch\Serializers\SerializerInterface|string $serializer)`
264 Set the serializer
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Monitoring/
H A DBulk.php34 public function __construct(SerializerInterface $serializer) argument
36 $this->serializer = $serializer;
73 $this->body .= $this->serializer->serialize($item) . "\n";
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Connections/
H A DConnection.php57 protected $serializer; variable in Elasticsearch\\Connections\\Connection
133 SerializerInterface $serializer, argument
190 $this->serializer = $serializer;
207 $body = $this->serializer->serialize($body);
340 $response['body'] = $this->serializer->deserialize($response['body'], $response['transfer_stats']);
765 $error = $this->serializer->deserialize($response['body'], $response['transfer_stats']);
H A DConnectionFactory.php34 private $serializer; variable in Elasticsearch\\Connections\\ConnectionFactory
51 public function __construct(callable $handler, array $connectionParams, SerializerInterface $serializer, LoggerInterface $logger, LoggerInterface $tracer) argument
57 $this->serializer = $serializer;
66 $this->serializer,
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ml/
H A DPostData.php36 public function __construct(SerializerInterface $serializer) argument
38 $this->serializer = $serializer;
71 $this->body .= $this->serializer->serialize($item) . "\n";
H A DFindFileStructure.php34 public function __construct(SerializerInterface $serializer) argument
36 $this->serializer = $serializer;
77 $this->body .= $this->serializer->serialize($item) . "\n";
/plugin/tablelayout/
H A Dyarn.lock519 dom-serializer@0:
521 …resolved "https://registry.yarnpkg.com/dom-serializer/-/dom-serializer-0.1.0.tgz#073c697546ce0780c…
544 dom-serializer "0"
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js10876 var serializer;
10879 serializer = new TypeSerializer(self, p);
10882 serializer = new ElementSerializer(self, p);
10884 serializer = new ElementSerializer(self);
10887 body.push(serializer.build(v));
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
H A Dgson-2.7.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/plugin/webdav/vendor/sabre/xml/
H A DCHANGELOG.md40 * Any array thrown into the serializer with numeric keys is now simply
55 separate the object you want to serialize from the serializer. This uses the

123