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

Currently I'm building a PHP command that can update my ElasticSearch indices. But, a big thing I've noticed is that serializing entities when my array holds more than 10000 of...

question

| Q | A | ---------------- | ----- | Bug report? | no | Feature request? | yes | BC Break report? | no | RFC? | no I am...

Symfony 6.3 FOSRestBundle 3.6 JMSSerializerBundle + JMSSerializer updated 4.2.0 / 3.22.0 --> 5.3.1 / 3.28.0 After performing the updates via composers, deserialized JSON objects are now added to the the...

| Q | A | ---------------- | ----- | Bug report? | no | Feature request? | yes | BC Break report? | no | RFC? | no I've got...

I wanted to pass some options to the json serializer and realised that my config file content was just not taken into account. To reproduce the issue create a file...

| Q | A | ---------------- | ----- | Bug report? | yes | Feature request? | no | BC Break report? | yes | RFC? | no In case...

Hi, Symfony 6.3 brings great feature https://symfony.com/blog/new-in-symfony-6-3-mapping-request-data-to-typed-objects and new RequestPayloadValueResolver Im thinking about create some adapter from JMS serializer to Symfony serializer to easily use that new resolver. I created...

Hi, I have a project with a bundle called **UserBundle** : This bundle is an extension of SonataUserBundle which inherites of **FosUserBundle**. I'm using **FosRestBundle** to make API calls and...

serializer issue

I think this doesn't require an explanation 😊

After upgrading to the newest release of JMSSerializerBundle, Symfony started throwing ``` ServiceCircularReferenceException Circular reference detected for service "jms_serializer.doctrine_object_constructor", path: "jms_serializer.doctrine_object_constructor -> jms_serializer.doctrine_object_constructor" ``` Upon investigation, I found out this...