We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
DarkRift.DarkRiftReader provides a method to overwrite an object on deserialization, but DarkRift.Message does not.
DarkRift.DarkRiftReader
DarkRift.Message
In order to be consistent the Message could provide this functionality via DarkRift.Message.DeserializeInto<T>(ref T).
Message
DarkRift.Message.DeserializeInto<T>(ref T)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Quick Description
DarkRift.DarkRiftReader
provides a method to overwrite an object on deserialization, butDarkRift.Message
does not.Explanation
In order to be consistent the
Message
could provide this functionality viaDarkRift.Message.DeserializeInto<T>(ref T)
.The text was updated successfully, but these errors were encountered: