Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Serializer fails if an entity is not managed by EAV #81

Open
johnkrovitch opened this issue Jan 27, 2020 · 1 comment
Open

Serializer fails if an entity is not managed by EAV #81

johnkrovitch opened this issue Jan 27, 2020 · 1 comment

Comments

@johnkrovitch
Copy link

When using the serializer into a project using the EAV bundle, the EAV Entity provider fails if an entity is not managed by EAV. It means that all entity/object which should be serialized should be managed by EAV, even if it is not stored in database.

Serialization should be a separate process from database. It could add helper, but it should not fail when deserializing an entity not managed. It should preserve the original behavior of the Symfony serializer.

@johnkrovitch
Copy link
Author

In other words, if the EAV needs a normalizer/denormalizer to work as the default serializer, especially with arrays.

@johnkrovitch johnkrovitch changed the title Serialier fails if an entity is not managed by EAV Serializer fails if an entity is not managed by EAV Mar 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant