Skip to content

Deserializing Dictionary<string, object> #22

Description

@lm-adruschel

In dynamic runtime very often you need to store values in Dictionary<string, object> variables. These can be serialized without problems, but not deserialized. The original Type is not persistant and the result will be a Dictionary with KVP like: ("key1", {object}), ("key2", {object}) etc.

Is there any recommended workaround or solution to this problem?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions