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? | maybe? | BC Break report? | no | RFC? | yes Hey gyus,...

question

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

I want to use an handler **only for deserialization.** Upon serialization, the default handler should be used. If I try to define a custom handler, registering it like this way:...

question

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

| Question ## Steps required to reproduce the problem Serialize an object with some circular reference ## Expected Result Error CircularReferenceDetectedException from SerializationGraphNavigator::accept should not catched in JsonSerializationVisitor::visitProperty, to avoid...

I'm trying to unserialize to persist an entity with multiple relationships. With `jms_serializer.doctrine_object_constructor.class` I've been able to assign different child entities to a parent entity. For example (a cart entity):...

Feature Request
RFC

Bug report? yes ## Steps required to reproduce the problem 1. deserialize an object with some embedded attributes values different than BDD values ## Expected Result Not excluded attributes in...

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

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