serializer
serializer copied to clipboard
Library for (de-)serializing data of any complexity (supports JSON, and XML)
| Q | A | ---------------- | ----- | Bug report? | no | Feature request? | no | BC Break report? | no | RFC? | no ## Steps...
| Q | A | ---------------- | ----- | Bug report? | no | Feature request? | yes | BC Break report? | no | RFC? | no Given a...
Hi, I hope it's ok for me to ask for advice here, I am not sure where to go otherwise. I have a simple object that I am using JMS/Serializer...
Hi, I am using below annotaion in my entity use JMS\Serializer\Annotation\AccessType; /** @AccessType("public_method") */ but this is not working, do i need configure annotation from somewhere ? Thanks
I'm using the [Serlalizer Bundle](https://github.com/schmittjoh/JMSSerializerBundle) with Symfony2, but suspect this is a Serializer issue. I have an abstract class "Question": ``` /** * App\SurveyBundle\Entity\Question * * @ORM\Entity * @ORM\InheritanceType("JOINED") *...
See https://github.com/schmittjoh/serializer/issues/775#issuecomment-303357697 for discussion ```php /** * @Constructor("unserialize|doctrine|any_other_name") */ protected $user; ```
| 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? | no ## Steps...
| Q | A | ---------------- | ----- | Bug report? | no | Feature request? | no | BC Break report? | no | RFC? | no Just quick...
| Q | A | ---------------- | ----- | Feature request? | yes | BC Break | yes UnserializeObjectConstructor currently only delegates construction to Doctrine Instantiator, therefore the _unserialize_ part...