Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deserialize dictionary key with TypeDescriptor #2568

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Joy-less
Copy link
Collaborator

BsonDocument only supports string keys. Since Dictionary is serialized as BsonDocument, certain types don't work as keys.

This pull request converts the keys to the correct type when deserializing, using the method in #588.

For example, the key d396d0e8-2763-4ad6-a1c0-f19f254576ec can now be deserialized as a Guid.

This isn't really ideal but it does the job.

Fixes #546 and #2161. Replaces #588.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

InvalidCastException for DeserializeDictionary when Key is of type Guid
1 participant