msgpackr icon indicating copy to clipboard operation
msgpackr copied to clipboard

can record structures be used by other messagepack deserializer?

Open weilitao opened this issue 2 years ago • 1 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,

weilitao avatar Feb 05 '24 02:02 weilitao

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

kriszyp avatar Feb 21 '24 19:02 kriszyp