serializer icon indicating copy to clipboard operation
serializer copied to clipboard

Library for (de-)serializing data of any complexity (supports JSON, and XML)

Results 104 serializer issues
Sort by recently updated
recently updated
newest added

| Q | A | ------------- | --- | Bug fix? | no | New feature? | yes | Doc updated | yes | BC breaks? | no | Deprecations?...

| Q | A | ---------------- | ----- | Bug report? | yes | Feature request? | no | BC Break report? | no | RFC? | no ## Steps...

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

I try to setup doctrine object to populate without success. please help https://stackoverflow.com/questions/68454962/jms-serializer-object-to-populate/69555946#69555946

Hi, i have this error : ``` The discriminator field name "type" of the base-class "AppBundle\Entity\Message\Message" conflicts with a regular property of the sub-class "AppBundle\Entity\Message\Answer". ``` into src/JMS/Serializer/Metadata/ClassMetadata.php at line...

| Q | A | ------------- | --- | Bug fix? | no | New feature? | yes | Doc updated | no | BC breaks? | yes | Deprecations?...

RFC

Implementing `ExclusionStrategyInterface` i realized that there is no way to detect if current element is part on the list with specific index. For example, we have a class ``` class...

Cause i had a lot of trouble with parsing more advanced xml strings, i started to create a DOM-Visitor, wich handle all stuff by using the php DOM classes instead...

general enhancement

Hello guys, I was trying to create a PHP object with some attributes to generate a XML like the one shown below. But I can't seem to find the best...

question

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