Skip to content

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

@jamesmcroft

Description

@jamesmcroft

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

Metadata

Metadata

Assignees

Labels

feature-requestIssue is related to a new feature request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions