Conversation
|
I will perform a more thorough review |
Remove disgusting whitespace
|
Since it doesn't look that this will be merged any time soon, I'll convert this to a draft |
|
I addressed the various issues that had been pointed out to me. All that is missing are more serious tests with |
Co-authored-by: Carlo Federico Vescovo <cfvescovo@users.noreply.github.com>
Correct some typos too Co-authored-by: Giovanni Zaccaria <71092108+lozack19@users.noreply.github.com>
adamreichold
left a comment
There was a problem hiding this comment.
Just some nits but I agree with the overall approach.
I would also like to thank you for keeping with us and manually implement the structure deserialization which really is a mouthful.
Co-authored-by: Adam Reichold <adamreichold@users.noreply.github.com>
|
LGTM, merging now |
Solves #21
I encapsulated everything inside the
serdemodule. I implemented manuallySerializeandDeseriaizeforTree<T>Node<T>NodeIdNeeds a review focused on security, and maybe more tests.