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

Bug fix for https://github.com/mbdavid/LiteDB/issues/2298 #2301

Closed
wants to merge 1 commit into from

Conversation

superahoy
Copy link

Adding flag to EntityMapper that a CTor was defined. This will allow BsonMapper.Deserialize to bypass the regular entity deserialization in favor of the custom defined constructor.

Adding flag to EntityMapper that a CTor was defined. This will allow BsonMapper.Deserialize to bypass the regular entity deserialization in favor of the custom defined constructor.
@JKamsker JKamsker self-assigned this Jun 4, 2024
@JKamsker
Copy link
Collaborator

JKamsker commented Jun 4, 2024

As stated in the bug, we do not need this because you can use RegisterType 4e20fa8

@JKamsker JKamsker closed this Jun 4, 2024
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.

None yet

2 participants