-
Notifications
You must be signed in to change notification settings - Fork 156
IObjectSerializer docs are outdated #497
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
Comments
@RosarioPulella mind taking a look into this later? |
It seems this API changed in CommunityToolkit/WindowsCommunityToolkit#3702. Either way I made a PR updating the docs. |
Yeah, we updated to object, as the UWP API accepts object for primitives. So we made it broader so it could be agnostic of the end result for the basic |
Doc link: https://docs.microsoft.com/en-us/windows/communitytoolkit/helpers/objectserializer
The IObjectSerializer docs are outdated and show an implementation based on the previous signatures, which used strings.
The new signatures use
object
instead, so the sample code won't actually compile.I don't have a good example for what it should be, because the solution is not so straight forward with
object
overstring
.The text was updated successfully, but these errors were encountered: