Problem
We have visitBytes that takes openArray[byte] and visitString that takes string but not methods that takes seq[byte] and openArray[char]
Possible solution
- Change the behavior of
visitBytes: take seq[byte] instead of openArray[byte]
- New
visitBytesSlice and deserializeBytesSlice that takes openArray[byte]
- New
visitStringSlice and deserializeStringSlice that takes openArray[char]
References
Code example
No response
Additional information
No response