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

question

| Q | A | ---------------- | ----- | Bug report? | no | Feature request? | yes | BC Break report? | no | RFC? | no Given a...

Feature Request

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...

Feature Request

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

question

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") *...

question

See https://github.com/schmittjoh/serializer/issues/775#issuecomment-303357697 for discussion ```php /** * @Constructor("unserialize|doctrine|any_other_name") */ protected $user; ```

RFC

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

Feature Request
unexpected behaviour

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

question

| Q | A | ---------------- | ----- | Bug report? | no | Feature request? | no | BC Break report? | no | RFC? | no Just quick...

Feature Request

| Q | A | ---------------- | ----- | Feature request? | yes | BC Break | yes UnserializeObjectConstructor currently only delegates construction to Doctrine Instantiator, therefore the _unserialize_ part...

enhancement
backwards-incompatible
Feature Request