msgpack-cli icon indicating copy to clipboard operation
msgpack-cli copied to clipboard

c# can‘t decode the struct from golang

Open uf96800 opened this issue 7 years ago • 1 comments

I don't know the reason

uf96800 avatar May 08 '17 05:05 uf96800

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)

yfakariya avatar May 13 '17 14:05 yfakariya