Lines Matching refs:getFormat

144 …$this->serializer->serialize($arr, $this->getFormat(), SerializationContext::create()->setSerializ…
154 $this->getFormat()
168 …$this->serializer->serialize($arr, $this->getFormat(), SerializationContext::create()->setSerializ…
189 …$this->serializer->serialize($obj, $this->getFormat(), SerializationContext::create()->setSerializ…
196 … $this->markTestSkipped(sprintf('No deserializer available for format `%s`', $this->getFormat()));
205 $this->getFormat()
290 …uals($this->getContent('person_secret_hide'), $serializer->serialize($person, $this->getFormat()));
383 … self::assertEquals($this->getContent($json), $serializer->serialize($person, $this->getFormat()));
495 if ('xml' === $this->getFormat()) {
578 if ('xml' === $this->getFormat()) {
610 if ('xml' === $this->getFormat()) {
698 …s($this->getContent('date_interval'), $this->serializer->serialize($duration, $this->getFormat()));
767 …quals($this->getContent('author_expression'), $serializer->serialize($author, $this->getFormat()));
779 …his->getContent('author_expression_context'), $serializer->serialize($author, $this->getFormat()));
1105 …($this->getContent('groups_all'), $this->serializer->serialize($groupsObject, $this->getFormat()));
1109 …$this->serializer->serialize($groupsObject, $this->getFormat(), SerializationContext::create()->se…
1114 …$this->serializer->serialize($groupsObject, $this->getFormat(), SerializationContext::create()->se…
1119 $this->serializer->serialize($groupsObject, $this->getFormat())
1124 …$this->serializer->serialize($groupsObject, $this->getFormat(), SerializationContext::create()->se…
1129 …$this->serializer->serialize($groupsObject, $this->getFormat(), SerializationContext::create()->se…
1164 $this->getFormat(),
1193 $this->serializer->serialize($groupsObject, $this->getFormat());
1211 …$serializer->serialize(new ObjectWithVersionedVirtualProperties(), $this->getFormat(), Serializati…
1216 …$serializer->serialize(new ObjectWithVersionedVirtualProperties(), $this->getFormat(), Serializati…
1221 …$serializer->serialize(new ObjectWithVersionedVirtualProperties(), $this->getFormat(), Serializati…
1235 …Interface::DIRECTION_DESERIALIZATION, 'CustomDeserializationObject', $this->getFormat(), $handler);
1237 …ed = $this->serializer->serialize(new CustomDeserializationObject('sometext'), $this->getFormat());
1238 …t = $this->serializer->deserialize($serialized, 'CustomDeserializationObject', $this->getFormat());
1244 …tEquals($this->getContent('input'), $this->serializer->serialize(new Input(), $this->getFormat()));
1249 …ontent('hash_empty'), $this->serializer->serialize(new ObjectWithEmptyHash(), $this->getFormat()));
1434 …uals($this->getContent('tree'), $this->serializer->serialize($data, $this->getFormat(), $context));
1466 $this->getFormat(),
1478 …s($this->getContent('nullable_arrays'), $this->serializer->serialize($object, $this->getFormat()));
1496 $this->serializer->serialize($arr, $this->getFormat(), $serializationContext)
1506 $this->getFormat(),
1514 $this->serializer->serialize('foo', $this->getFormat(), null, 'Virtual');
1599 abstract protected function getFormat(); function in JMS\\Serializer\\Tests\\Serializer\\BaseSerializationTest
1608 return $this->serializer->serialize($data, $this->getFormat(), $context);
1613 return $this->serializer->deserialize($content, $type, $this->getFormat(), $context);
1628 $this->getFormat(),
1636 $this->getFormat(),