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

https://github.com/schmittjoh/serializer/blob/4c1e4296734385af7718ca71ec0febb4815b4a87/src/XmlDeserializationVisitor.php#L98 libxml_get_last_error() can return FALSE too ....

Since we can have custom handler and custom exclusion rules, it makes sense to be able to allow the yml/xml/annotation driver to accepts and store additional/custom configuration key that will...

question

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

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

enhancement

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

enhancement

Hi JMS, I got issue when deserialize JSON, these lines of code throw an exception `foreach ($classMetadata->getIdentifierFieldNames() as $name) { if ($visitor instanceof AbstractVisitor) { /** @var PropertyNamingStrategyInterface $namingStrategy */...

bug

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

Feature Request

I am not able to relate an existing entity, I would like to fetch the entity by getRepository and then deserialize the data in it not working ```

question

| Q | A | ---------------- | ----- | Feature request? | yes Hi all, Let's say you have a User class that when is serialized you want to exclude...

Feature Request

``` Acme\Bundle\PromotionBundle\Entity\Promotion: exclusion_policy: ALL xml_root_name: promotion properties: id: expose: true type: integer xml_attribute: true groups: [Promotion] name: expose: true type: string xml_attribute: true groups: [Promotion] startsAt: expose: true type: DateTime...

question