microsoft / microsoft/typespec
[refactor]: split `SerializationFormat` into two properties of `WireInformation`
Open
emitter:client:csharp
- Dominant language
- Java
- Stars
- 5.9k
- Forks
- 394
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 104
Description
### Clear and concise description of the problem
This derives from review of PR #4186. Our `SerializationFormat` enum is a combination of source data type and target encoding. We should remove `SerializationFormat`, move those two properties into `WireInformation`.
### Checklist
- [X] Follow our [Code of Conduct](https://github.com/microsoft/typespec/blob/main/CODE_OF_CONDUCT.md)
- [X] Read the [docs](https://typespec.io/docs/).
- [X] Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
Contributor guide
Assessment
This issue has not been assessed yet.