ugorji / go

idiomatic codec and rpc lib for msgpack, cbor, json, etc. msgpack.org[Go]
MIT License
1.87k stars 295 forks source link

adding hack for c strings #32

Closed robmccoll closed 10 years ago

robmccoll commented 10 years ago

This isn't pretty (likely a better way to do it), but I needed support for serializing C structs and their internal strings via this lib.

ugorji commented 10 years ago

We cannot merge this hack.

It requires unsafe and depends on things which only exist when using cgo.