-
Notifications
You must be signed in to change notification settings - Fork 174
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
Null of comlex type in List<T> and Dictionary<TKey, TValue> deserialized as non-null object #211
Comments
Sorry, it is a critical bug. Thank you for reporting! |
hi, thank, i can investigate if you help me, i want to fix it quilkly. |
Some built-in serializers use UnpackFromCore instead of UnpackFrom for items deserialization. This causes bypass of null check, then null items are deserialized as non-null objects.
Thank you very much for your reactivity to this problem. i try it now. good job |
Some built-in serializers use UnpackFromCore instead of UnpackFrom for items deserialization. This causes bypass of null check, then null items are deserialized as non-null objects.
Thank you. I will release it as 0.8.1 soon, and port to 0.9.0 branch in this weekend. |
BTW, your "order dysfonctionnement" is related to #71? |
This commit is imported from 0.8.1 branch. Some built-in serializers use UnpackFromCore instead of UnpackFrom for items deserialization. This causes bypass of null check, then null items are deserialized as non-null objects.
Fixed in 7e73aff |
hi,
i have some problems to unpack list with null elements.
how to fix it please
cloneItems null item in list is not null, why?
The text was updated successfully, but these errors were encountered: