chronoxor / FastBinaryEncoding

Fast Binary Encoding is ultra fast and universal serialization solution for C++, C#, Go, Java, JavaScript, Kotlin, Python, Ruby, Swift
https://chronoxor.github.io/FastBinaryEncoding
MIT License
827 stars 86 forks source link

Array/user-defined class as map value #90

Open garko1 opened 1 year ago

garko1 commented 1 year ago

Hi, do you have any idea when will you implement the support for arbitrary user-defined class or your built-in array as map value?

Example:

byte[]<int> map1 MyClass<int> map2

Thank you!