Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New visitBytesSlice, deserializeBytesSlice and visitStringSlice, deserializeStringSlice methods #21

Open
Tracked by #11
gabbhack opened this issue Mar 22, 2023 · 0 comments
Labels
breaking Breaking change enhancement New feature or request

Comments

@gabbhack
Copy link
Owner

gabbhack commented Mar 22, 2023

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

@gabbhack gabbhack added enhancement New feature or request breaking Breaking change labels Mar 22, 2023
@gabbhack gabbhack mentioned this issue Apr 4, 2023
43 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking Breaking change enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant