kriszyp / msgpackr

Ultra-fast MessagePack implementation with extension for record and structural cloning / msgpack.org[JavaScript/NodeJS]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

can record structures be used by other messagepack deserializer?

weilitao opened this issue · comments

Hello,

I am using msgpackr for server side serialization and using C# for client side deserialization. When using record structure extension, it looks the C# library (https://github.com/MessagePack-CSharp) is not supported. Are there any methods that can make c# side supporting record structure?

Thanks,

You would have to specifically add support for this in other libraries.