New visitBytesSlice
, deserializeBytesSlice
and visitStringSlice
, deserializeStringSlice
methods
#21
Labels
visitBytesSlice
, deserializeBytesSlice
and visitStringSlice
, deserializeStringSlice
methods
#21
Problem
We have
visitBytes
that takesopenArray[byte]
andvisitString
that takesstring
but not methods that takesseq[byte]
andopenArray[char]
Possible solution
visitBytes
: takeseq[byte]
instead ofopenArray[byte]
visitBytesSlice
anddeserializeBytesSlice
that takesopenArray[byte]
visitStringSlice
anddeserializeStringSlice
that takesopenArray[char]
References
Code example
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: