Deserializing only first value of each property into Properties dictionary #122
-
Is it possible for the |
Beta Was this translation helpful? Give feedback.
Answered by
danielcweber
Jan 11, 2021
Replies: 1 comment 1 reply
-
As long as raw GraphSON is deserialized into a generic Dictionary<string,object>, you'll currently get the whole array, even if it's a singleton array. This might be configurable in the future. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
jadurda
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As long as raw GraphSON is deserialized into a generic Dictionary<string,object>, you'll currently get the whole array, even if it's a singleton array. This might be configurable in the future.