-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Blazor: Constructor on type 'System.ComponentModel.ReferenceConverter #2020
Comments
I could workaround the issue by adding the
attribute to my class. I guess the problem occurs during the information gathering of some properties in my base class that i actually don't want to serialize. |
I get the same error when I try to de-serialize a graph representing a document structure which uses custom converters derived from JsonConverter.
|
Depending on your use-case, you can work around this bug by adding this line to the
You can read more about this in the Known-Issues of my library where you can see how it's used with an example use-case from our library. |
The issue has already been reported and fixed for Xamarin and .NET. I'm working on a Blazor SPA app and get the following exception when I try to serialize an object.
Is there a possibilty to workaround that issue?
The text was updated successfully, but these errors were encountered: