All char representations are serialized in the same way, however the char one is deprecated. Also, using uint8_t directly avoids casts.
This is a backport of core#21824
Differential D15933
refactor: [index] Replace deprecated char with uint8_t in serialization PiRK on Apr 10 2024, 14:44. Authored by Tags None Subscribers None
Details
All char representations are serialized in the same way, however the char one is deprecated. Also, using uint8_t directly avoids casts. This is a backport of core#21824 ninja all check-all
Diff Detail
|