Make ObservableObject serializable #4155
popejustice
started this conversation in
Ideas
Replies: 1 comment 5 replies
-
FYI @Sergio0694 Not sure if the new Source Generators help with this either if they're pulling in the same properties. @popejustice can you describe a bit more the issue/error you're getting when trying to serialize your classes? What serializer are you using (newtonsoft, system.text.json, something else?)? Do you have an example class that can't be serialized? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was utilizing serialization for some easy copy/paste, but discovered after pulling this project in that observable object isn't serializable. That seems like something that wouldn't cause too much pain, but would make the class more flexible. Am I crazy?
Beta Was this translation helpful? Give feedback.
All reactions