-
Notifications
You must be signed in to change notification settings - Fork 29
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
Deserialization fails (or is incorrect) for classes which contain Nullable<> or ? #46
Comments
It is not really a bug. It does that because the default value of int is
|
I would consider it a bug myself. The default for int is 0 hence the problem, you must stream Nullable if its non default (ie non thanks. On Fri, Mar 13, 2015 at 6:43 PM, Rpgmaker notifications@github.com wrote:
|
Yep you are correct it is a bug that needs to be fixed. Thanks,
|
afterwards in the new testMe object c will be null rather than 0.
The text was updated successfully, but these errors were encountered: