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

[Feature] Type migration for JSON.NET objects serialized with All type name handling #247

Closed
jamesmcroft opened this issue May 21, 2022 · 0 comments · Fixed by #248
Closed
Assignees
Labels
feature-request Issue is related to a new feature request

Comments

@jamesmcroft
Copy link
Member

Describe the feature

This feature would allow JSON objects serialized with JSON.NET's All type name handling to be migrated to another type if moved/migrated/refactored in a code base.

Rationale for the feature

When objects are serialized with JSON.NET using the All type name handling, it becomes difficult to change the structure of your data entities as the type names are included as part of the serialized data.

This would resolve that by allowing the migration of the type.

Scope of the feature

  • Must allow JSON objects serialized with type names to be migrated to another type

Open questions

No response

Other information

No response

@jamesmcroft jamesmcroft added the feature-request Issue is related to a new feature request label May 21, 2022
@jamesmcroft jamesmcroft self-assigned this May 21, 2022
jamesmcroft added a commit that referenced this issue May 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Issue is related to a new feature request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant