-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add dehydration #10
Comments
Can you describe you vision of concept? |
Do you mean |
I mean hydration and vice versa (aka |
Seems, it's not hydrator package responsibility. Hydration is a one-way process, it's not serilization/deserilization. |
It's not deserialization exactly. We have // request data is ['a' => 'foo', 'b' => 'bar']
#[Map(['x' => 'a', 'y' => 'b'])
class MyDto
{
public string $x;
public string $y;
} Result of dehyration should be |
|
Any input. |
No description provided.
The text was updated successfully, but these errors were encountered: