Question: Deserialize ODataActionParameters into a C# object #1179
Unanswered
Tiberriver256
asked this question in
Q&A
Replies: 1 comment
-
I don't think there is a supported path to do this today. I've proposed the following which I believe would resolve the issue: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a way to easily convert an ODataActionParameters object into an actual C# complex object?
The examples provided here work great for a simple set of parameters, but what if I have a more complex object?
I know I can probably use something like this since it's just a
Dictionary<string, Object>
, but I'm wondering if there's an officially supported path.Beta Was this translation helpful? Give feedback.
All reactions