Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/jms/serializer/src/Handler/
H A DDateHandler.php225 $format = $this->getDeserializationFormat($type);
259 private function getDeserializationFormat(array $type): string function in JMS\\Serializer\\Handler\\DateHandler