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 | no | BC breaks? | yes | Deprecations?...

RFC

| Q | A | ---------------- | ----- | Bug report? | no | Feature request? | maybe | BC Break report? | no | RFC? | no I have...

question

PropertyMetadata silently ignores class-wide `access_type: public_property` and `exclusion_policy: NONE` Given a Doctrine entity with a mapped private (stored in DB but no accessors) field: ``` php class MyEntity { /**...

question

| Q | A | ---------------- | ----- | Feature request? | yes | BC Break? | yes | RFC? | yes https://github.com/Ocramius/GeneratedHydrator

Feature Request
RFC

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

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

| Q | A | ---------------- | ----- | Bug report? | no | Feature request? | yes | BC Break report? | no | RFC? | no Currently you...

Feature Request

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

I have been looking for days a way to disable CDATA in all the class and child classes in a non-repetitive way (XMLElement). Now, I tried using XmlDiscriminator: ` *...

Feature Request

Currently in the code there are a plenty of places where there are array manipulations to express the type of a variable. What about this class ? ``` php final...

RFC