Load/Save Data Without Strong Types #16488
Unanswered
MelbourneDeveloper
asked this question in
Feature Requests
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
I'm currently working with the Dart library, which suits how I work with the data. It doesn't use strong typing. It works like this:
However, the C# library seems to enforce strong typing. Is there a way to use the library without strong types?
BTW: This must be using reflection, so I'm guessing this will be a problem for AOT soon.
All reactions