Generated converters
·
85 commits
to master
since this release
- MsgPackContext now has option "convertEnumsAsStrings". When it set false, enum is stored as numeric value, if true - as string. Default value is true.
- MsgPackContext has 2 methods - GenerateAndRegisterMapConverter and GenerateAndRegisterArrayConverter which can be used to automatic converter generation for user types. Interfaces and classes are supported. Find usage samples in Generators tests folder.