msgpack-cli
msgpack-cli copied to clipboard
c# can‘t decode the struct from golang
I don't know the reason
Hmm, could you tell me following?
- More detailed information what "cannot decode" means. Was there any error message? The deserializer returned
null? Or, returned corrupted data? If you have error message, it is very happy to share the full error message with its stack trace. - The struct source code in Go.
- Sample binary data to investigate (binary file, BASE64 text, or so)