MicrosoftDocs / WindowsCommunityToolkitDocs

Creative Commons Attribution 4.0 International
179 stars 156 forks source link

This serializer can only handle primitive types and strings. Please implement your own IObjectSerializer for more complex scenarios. #651

Closed Strypper closed 2 years ago

Strypper commented 2 years ago

This serializer can only handle primitive types and strings. Please implement your own IObjectSerializer for more complex scenarios.

Can't use read object type


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

michael-hawker commented 2 years ago

@Strypper from talking on Discord it seems you've resolved your issues. Could you elaborate on what we could do to improve the docs here in the future? Thanks!

Strypper commented 2 years ago

The interface was from 3 name space Common.Helper Uwp.helper Etc.. I was implement the wrong interface so the sterilization doesnt happen Microsoft.Toolkit.Uwp.Helpers doesnt have any of method that in toolkit sample app use its looks like the Helper is not from Uwp.Helpers but somewhere else And what is the default System Serialization for ?