-
Notifications
You must be signed in to change notification settings - Fork 10
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 pointer exception when serializing a collection of the objects with a null element #34
Comments
I am going to take a look at this as a part of my update of the pull request #33 |
nikolaygekht
added a commit
to nikolaygekht/Binaron.Serializer
that referenced
this issue
Feb 12, 2021
…aw#31) - support of nullable in collections and as properties (zachsaw#34, zachsaw#35, zachsaw#36)
nikolaygekht
added a commit
to nikolaygekht/Binaron.Serializer
that referenced
this issue
Feb 12, 2021
…aw#31) - support of nullable in collections and as properties (zachsaw#34, zachsaw#35, zachsaw#36)
nikolaygekht
added a commit
to nikolaygekht/Binaron.Serializer
that referenced
this issue
Feb 12, 2021
…ugh for var x = new T() { e1, e2, e3 } syntax. - add debug code - refactor the method of restoring IEnumerable with Add method (zachsaw#31) - support of nullable in collections and as properties (zachsaw#34, zachsaw#35, zachsaw#36)
nikolaygekht
added a commit
to nikolaygekht/Binaron.Serializer
that referenced
this issue
Feb 12, 2021
* - add support of IEnumerable with Add method (i.e. implementation enough for var x = new T() { e1, e2, e3 } syntax. - add debug code * - refactor the method of restoring IEnumerable with Add method (zachsaw#31) - support of nullable in collections and as properties (zachsaw#34, zachsaw#35, zachsaw#36) Co-authored-by: Nikolay Gekht <[email protected]>
nikolaygekht
added a commit
to nikolaygekht/Binaron.Serializer
that referenced
this issue
Feb 12, 2021
- add support of IEnumerable with Add method (i.e. implementation enough for var x = new T() { e1, e2, e3 } syntax. - refactor the method of restoring IEnumerable with Add method (zachsaw#31) - support of nullable in collections and as properties (zachsaw#34, zachsaw#35, zachsaw#36)
nikolaygekht
added a commit
to nikolaygekht/Binaron.Serializer
that referenced
this issue
Feb 12, 2021
- add support of IEnumerable with Add method (i.e. implementation enough for var x = new T() { e1, e2, e3 } syntax. - refactor the method of restoring IEnumerable with Add method (zachsaw#31) - support of nullable in collections and as properties (zachsaw#34, zachsaw#35, zachsaw#36)
nikolaygekht
added a commit
to nikolaygekht/Binaron.Serializer
that referenced
this issue
Feb 12, 2021
- add support of IEnumerable with Add method (i.e. implementation enough for var x = new T() { e1, e2, e3 } syntax. - refactor the method of restoring IEnumerable with Add method (zachsaw#31) - support of nullable in collections and as properties (zachsaw#34, zachsaw#35, zachsaw#36)
nikolaygekht
added a commit
to nikolaygekht/Binaron.Serializer
that referenced
this issue
Feb 12, 2021
* - add support of IEnumerable with Add method (i.e. implementation enough for var x = new T() { e1, e2, e3 } syntax. - add debug code * - refactor the method of restoring IEnumerable with Add method (zachsaw#31) - support of nullable in collections and as properties (zachsaw#34, zachsaw#35, zachsaw#36) Co-authored-by: Nikolay Gekht <[email protected]>
zachsawcs
added a commit
that referenced
this issue
Feb 16, 2021
* - add support of IEnumerable with Add method (i.e. implementation enough for var x = new T() { e1, e2, e3 } syntax. - add debug code * - refactor the method of restoring IEnumerable with Add method (#31) - support of nullable in collections and as properties (#34, #35, #36) Co-authored-by: Nikolay Gekht <[email protected]>
nikolaygekht
added a commit
to nikolaygekht/Binaron.Serializer
that referenced
this issue
Feb 17, 2021
* Fix nullables and add support for IEnumerable with Add method * - add support of IEnumerable with Add method (i.e. implementation enough for var x = new T() { e1, e2, e3 } syntax. - add debug code * - refactor the method of restoring IEnumerable with Add method (zachsaw#31) - support of nullable in collections and as properties (zachsaw#34, zachsaw#35, zachsaw#36) Co-authored-by: Nikolay Gekht <[email protected]> * v4.1.0 Co-authored-by: Zach Saw <[email protected]> Co-authored-by: Nikolay Gekht <[email protected]> Co-authored-by: Zach Saw <[email protected]>
I confirm that it is fixed in current master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Example code:
Serialization causes the null pointer exception.
The text was updated successfully, but these errors were encountered: