Skip to content

BSON: Fixed serialization of generic types in different assemblies#221

Merged
yallie merged 1 commit into
theRainbird:masterfrom
sancheolz:patch-1
Mar 24, 2026
Merged

BSON: Fixed serialization of generic types in different assemblies#221
yallie merged 1 commit into
theRainbird:masterfrom
sancheolz:patch-1

Conversation

@sancheolz

Copy link
Copy Markdown
Contributor

If a type declared as List is serialized in an assembly of one version and then serialized in another, an exception occurs.

If a type declared as List<T> is serialized in an assembly of one version and then serialized in another, an exception occurs.
@yallie yallie merged commit 7cf4d0d into theRainbird:master Mar 24, 2026
5 of 8 checks passed
@yallie

yallie commented Mar 24, 2026

Copy link
Copy Markdown
Collaborator

Cool! Thank you 👍

Could you please add a unit test?
Maybe isolate the type searching logic and test it separately?

@sancheolz

Copy link
Copy Markdown
Contributor Author

Done here #222

@sancheolz sancheolz deleted the patch-1 branch April 24, 2026 20:43
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.

2 participants