Home
last modified time | relevance | path

Searched refs:DIRECTION_SERIALIZATION (Results 1 – 21 of 21) sorted by relevance

/plugin/findologicxmlexport/vendor/jms/serializer/tests/Handler/
DHandlerRegistryTest.php23 …$this->handlerRegistry->registerHandler(GraphNavigatorInterface::DIRECTION_SERIALIZATION, '\stdCla…
29 …$this->handlerRegistry->registerHandler(GraphNavigatorInterface::DIRECTION_SERIALIZATION, '\stdCla…
34 …ler, $this->handlerRegistry->getHandler(GraphNavigatorInterface::DIRECTION_SERIALIZATION, '\stdCla…
36 …ler, $this->handlerRegistry->getHandler(GraphNavigatorInterface::DIRECTION_SERIALIZATION, '\stdCla…
DLazyHandlerRegistryTest.php30 …$this->handlerRegistry->registerHandler(GraphNavigatorInterface::DIRECTION_SERIALIZATION, '\stdCla…
38 …$this->handlerRegistry->registerHandler(GraphNavigatorInterface::DIRECTION_SERIALIZATION, '\stdCla…
44 …e'], $this->handlerRegistry->getHandler(GraphNavigatorInterface::DIRECTION_SERIALIZATION, '\stdCla…
46 …e'], $this->handlerRegistry->getHandler(GraphNavigatorInterface::DIRECTION_SERIALIZATION, '\stdCla…
DIteratorHandlerTest.php47 GraphNavigatorInterface::DIRECTION_SERIALIZATION,
/plugin/findologicxmlexport/vendor/jms/serializer/src/
DSerializer.php95 return GraphNavigatorInterface::DIRECTION_SERIALIZATION;
121 …GraphNavigatorInterface::DIRECTION_SERIALIZATION === $direction ? 'serialization' : 'deserializati…
131 $factories = GraphNavigatorInterface::DIRECTION_SERIALIZATION === $direction
140 …GraphNavigatorInterface::DIRECTION_SERIALIZATION === $direction ? 'serialization' : 'deserializati…
157 $visitor = $this->getVisitor(GraphNavigatorInterface::DIRECTION_SERIALIZATION, $format);
158 $navigator = $this->getNavigator(GraphNavigatorInterface::DIRECTION_SERIALIZATION);
192 $visitor = $this->getVisitor(GraphNavigatorInterface::DIRECTION_SERIALIZATION, 'json');
193 $navigator = $this->getNavigator(GraphNavigatorInterface::DIRECTION_SERIALIZATION);
DGraphNavigatorInterface.php11 public const DIRECTION_SERIALIZATION = 1; define
DSerializationContext.php116 return GraphNavigatorInterface::DIRECTION_SERIALIZATION;
DSerializerBuilder.php549 …GraphNavigatorInterface::DIRECTION_SERIALIZATION => $this->getSerializationNavigatorFactory($metad…
/plugin/findologicxmlexport/vendor/goetas-webservices/xsd2php-runtime/src/Jms/Handler/
DXmlSchemaDateHandler.php26 'direction' => GraphNavigator::DIRECTION_SERIALIZATION,
38 'direction' => GraphNavigator::DIRECTION_SERIALIZATION,
50 'direction' => GraphNavigator::DIRECTION_SERIALIZATION,
DBaseTypesHandler.php17 'direction' => GraphNavigator::DIRECTION_SERIALIZATION,
/plugin/findologicxmlexport/vendor/jms/serializer/src/Handler/
DIteratorHandler.php26 'direction' => GraphNavigatorInterface::DIRECTION_SERIALIZATION,
42 'direction' => GraphNavigatorInterface::DIRECTION_SERIALIZATION,
DHandlerRegistry.php28 case GraphNavigatorInterface::DIRECTION_SERIALIZATION:
48 …phNavigatorInterface::DIRECTION_DESERIALIZATION, GraphNavigatorInterface::DIRECTION_SERIALIZATION];
DFormErrorHandler.php36 'direction' => GraphNavigatorInterface::DIRECTION_SERIALIZATION,
41 'direction' => GraphNavigatorInterface::DIRECTION_SERIALIZATION,
DStdClassHandler.php27 'direction' => GraphNavigatorInterface::DIRECTION_SERIALIZATION,
DArrayCollectionHandler.php45 'direction' => GraphNavigatorInterface::DIRECTION_SERIALIZATION,
DConstraintViolationHandler.php28 'direction' => GraphNavigatorInterface::DIRECTION_SERIALIZATION,
DDateHandler.php54 'direction' => GraphNavigatorInterface::DIRECTION_SERIALIZATION,
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
DJsonSerializationTest.php179 GraphNavigatorInterface::DIRECTION_SERIALIZATION,
198 GraphNavigatorInterface::DIRECTION_SERIALIZATION,
DGraphNavigatorTest.php176 'direction' => GraphNavigatorInterface::DIRECTION_SERIALIZATION,
DBaseSerializationTest.php1504 GraphNavigatorInterface::DIRECTION_SERIALIZATION,
1626 GraphNavigatorInterface::DIRECTION_SERIALIZATION,
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
Dhandlers.rst48 'direction' => GraphNavigator::DIRECTION_SERIALIZATION,
/plugin/findologicxmlexport/vendor/jms/serializer/src/GraphNavigator/
DSerializationGraphNavigator.php191 …er = $this->handlerRegistry->getHandler(GraphNavigatorInterface::DIRECTION_SERIALIZATION, $type['n…