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

is there good idea? msgpack with obfuscate

Open smflt opened this issue 7 years ago • 1 comments

I want to obfuscate the serialization class

for Example class test -> DSDISUKDHSD { int a; -> int FLKDJFDLIFJ:; string b; -> string aDSAJDSLDKS;
}

but Msgpack uses alphabet sorting for reflection. so I have to use MessagePackMember(0) for all the variables.

It's too cumbersome Is there a good idea?

smflt avatar Feb 15 '17 09:02 smflt

It is great reason for msgpack for cli to support "as declared" even if it potentially leads undefined behavior in own risk. I consider to add an option to disable alphabet sorting.

yfakariya avatar Feb 19 '17 02:02 yfakariya