Skip to content

New visitBytesSlice, deserializeBytesSlice and visitStringSlice, deserializeStringSlice methods #21

@gabbhack

Description

@gabbhack

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions