Home
last modified time | relevance | path

Searched refs:serializeCollection (Results 1 – 2 of 2) sorted by relevance

/plugin/findologicxmlexport/vendor/jms/serializer/tests/Handler/
H A DArrayCollectionHandlerTest.php33 $handler->serializeCollection($visitor, $collection, $type, $context);
58 $handler->serializeCollection($visitor, $collection, $type, $context);
/plugin/findologicxmlexport/vendor/jms/serializer/src/Handler/
H A DArrayCollectionHandler.php66 …public function serializeCollection(SerializationVisitorInterface $visitor, Collection $collection… function in JMS\\Serializer\\Handler\\ArrayCollectionHandler