Split Codecs into Encoders and Decoders
Open
discuss
enhancement
- Dominant language
- Java
- Stars
- 14.9k
- Forks
- 3.5k
- Avg merge
- 19h 14m
- Merged PRs (30d)
- 63
Description
Related to #1833, Codecs should be split into Encoders and Decoders to avoid some false assumptions and therefore semi-trappy behavior.
This would also make it much easier for plugins to clarify what they will handle (e.g., json via an decoder, but since there would not be an equivalent decoder for rubydebug, then obviously it would not work).
Contributor guide
Assessment
This issue has not been assessed yet.