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

Allows non-public noargs constructors to be used when deserializing objects #2

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Allows non-public noargs constructors to be used when deserializing objects #2

wants to merge 3 commits into from

Conversation

gillesmeyer
Copy link

Hi,

In the current implementation, objects must exibit a public constructor with no arguments in order to be deserialized. However, it is generally better to hide that noargs constructor that is used for the sole purpose of deserialization.

The current pull request allows the hessian csharp client to use non-public noargs constructors.

Regards,
Gilles

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

Successfully merging this pull request may close these issues.

1 participant