-
Notifications
You must be signed in to change notification settings - Fork 173
Open
Labels
enhancementRequires or request to feature enhancementRequires or request to feature enhancement
Description
Hi,
is it possible to optionally let MsgPack sort the serialized data by the original declaration order instead of the alphabetical one? I am working in a project, where the original field names are scrambled by an obfuscator.
Using the MessagePackMember attribute would only be the very last resort due to the huge amount of serialized classes to be changed manually.
According to StackOverflow, the MetadataToken property might be used for sorting.
https://stackoverflow.com/a/8067702
Metadata
Metadata
Assignees
Labels
enhancementRequires or request to feature enhancementRequires or request to feature enhancement