HavenDV / H.Pipes

A simple, easy to use, strongly-typed, async wrapper around .NET named pipes.
MIT License
219 stars 26 forks source link

MemoryPack support #53

Open HavenDV opened 5 months ago

HavenDV commented 5 months ago

https://github.com/Cysharp/MemoryPack

michalpaukert commented 5 months ago

Does it support derived types serialization or should i implement some convertor?

HavenDV commented 5 months ago

I learned about this yesterday as the next level of development for MessagePack (which we already support), so it makes sense to have support for it. We need to implement a Formatter for this and I think it's pretty trivial. That being said, I don't know anything at the moment about the intricacies of use and whether this supports inherited types, but I think this case is supported because the documentation looks pretty solid