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