serializer
serializer copied to clipboard
Library for (de-)serializing data of any complexity (supports JSON, and XML)
https://github.com/schmittjoh/serializer/blob/4c1e4296734385af7718ca71ec0febb4815b4a87/src/XmlDeserializationVisitor.php#L98 libxml_get_last_error() can return FALSE too ....
Since we can have custom handler and custom exclusion rules, it makes sense to be able to allow the yml/xml/annotation driver to accepts and store additional/custom configuration key that will...
| Q | A | ---------------- | ----- | Bug report? | no | Feature request? | yes | BC Break report? | no | RFC? | yes ## Steps...
| Q | A | ------------- | --- | Bug fix? | no | New feature? | yes | Doc updated | no | BC breaks? | no | Deprecations?...
| Q | A | ------------- | --- | Bug fix? | no | New feature? | yes | Doc updated | yes | BC breaks? | no | Deprecations?...
Hi JMS, I got issue when deserialize JSON, these lines of code throw an exception `foreach ($classMetadata->getIdentifierFieldNames() as $name) { if ($visitor instanceof AbstractVisitor) { /** @var PropertyNamingStrategyInterface $namingStrategy */...
| Q | A | ---------------- | ----- | Bug report? | no | Feature request? | yes | BC Break report? | no | RFC? | no I noticed...
I am not able to relate an existing entity, I would like to fetch the entity by getRepository and then deserialize the data in it not working ```
| Q | A | ---------------- | ----- | Feature request? | yes Hi all, Let's say you have a User class that when is serialized you want to exclude...
``` Acme\Bundle\PromotionBundle\Entity\Promotion: exclusion_policy: ALL xml_root_name: promotion properties: id: expose: true type: integer xml_attribute: true groups: [Promotion] name: expose: true type: string xml_attribute: true groups: [Promotion] startsAt: expose: true type: DateTime...