Keep strings and arrays in the buffer when demarshalling
Avoids the malloc+copy, and is a step towards using the closure for marshalling too.
Loading
Please register or sign in to comment
Avoids the malloc+copy, and is a step towards using the closure for marshalling too.