-
-
Notifications
You must be signed in to change notification settings - Fork 585
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
Deserialize with object refs #62
Comments
|
Ok, is it possible to create a generalized handler for this usecase? |
We have the DoctrineObjectConstructor which allows you to do that. |
Ok, would it be possible to get some documentation on that? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, Quite often I see the need to deserialize objects where the object is only defined by it's id.
For example:
class User {
}
here I do not want to pass customer back and forth for deserialization, but I want to be able to keep the refrence when I update the user object.
Would it be possible to have an annotation for defining that this object should be deserialized to an entity?
The text was updated successfully, but these errors were encountered: