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 report? | no | Feature request? | yes | BC Break report? | no | RFC? | no ## Steps...

| Q | A | ---------------- | ----- | Bug report? | IDK | Feature request? | IDK | BC Break report? | no | RFC? | IDK I don't...

I have doubt to deserealize an element where the parent element makes relationship with the child Doctrine\DBAL\Exception\NotNullConstraintViolationException: An exception occurred while executing **"INSERT INTO produtos_dimensoes (width, height, length, weight, fk_produto)...

question

| Q | A | ---------------- | ----- | Bug report? | somewhat | Feature request? | no | BC Break report? | no | RFC? | yes We're using...

RFC

I need to deserialize a json into a class. It works fine but I noticed that when I add a field to the json that does not exist on the...

Feature Request

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

question

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

enhancement
Missing Tests

Say I have have an interface `Authentication` and it gets implemented by `SharedSecret` and `CredentialMac`. ``` interface Authentication {} /** @XmlRoot("SharedSecret") */ class SharedSecret implements Authentication {} /** @XmlRoot("CredentialMac") */...

question

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

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