JMSSerializerBundle icon indicating copy to clipboard operation
JMSSerializerBundle copied to clipboard

Easily serialize, and deserialize data of any complexity (supports XML, JSON, YAML)

Results 95 JMSSerializerBundle issues
Sort by recently updated
recently updated
newest added

- [ ] 1. What I get - [ ] 2. - [ ] 3. - [ ] 4. - [ ] 5. TYRF - [ ] 6. N -...

question

Hi, We have this exception when we deserialize XML in Symfony 4 : Doctrine\ORM\EntityNotFoundException: "Entity of type 'xxx' for IDs id() was not found" This is our code : ```...

question

I encountered a bug regarding metadata serialization when travis-ci was installing dependencies through ```composer update --prefer-lowest``` that i was able to solve with requesting a minimum version of ^1.13 for...

question

Similar to this issue : https://github.com/yiisoft/yii/issues/4167 The default behaviour of count changed, it now fire a warning. It happen for example here : https://github.com/schmittjoh/serializer/blob/1.x/src/JMS/Serializer/XmlDeserializationVisitor.php#L179 ```diff - if (!\count($nodes)) { +...

serializer issue

'message': 'Warning: unlink(/var/www/verivication/testing/var/cache/dev/jms_serializer/Doctrine-Common-Collections-AbstractLazyCollection.cache.php): No such file or directory', 'class': 'ErrorException', 'trace': [{'namespace': '', 'short_class': '', 'class': '', 'type': '', 'function': '', 'file': '/var/www/verivication/testing/vendor/jms/metadata/src/Metadata/Cache/FileCache.php', 'line': 80, I think the problem in...

bug

Hi all, I'm trying to sort out how to use use both serializer and deserializer in connection with my Doctrine entities and recently came to the problem of saving deserialized...

Hi, First, thx for that great bundle that simplifies a LOT my life as a (junior) dev ;) I'm facing an issue that I can't solve myself and that starts...

question

I was looking for way how to modify already serialized data. I've registered PostSerialize event listener. Unfortunately I have no access from inside of the listener to "data" and modify...

question
serializer issue

Hello, I want to use JMSSerializer to serialize my entities to JSON. I write all my queries using Doctrine's DQL, to load exactly the relationships/columns I need to send to...

idea
feature request