SteveDunn / Vogen

A semi-opinionated library which is a source generator and a code analyser. It Source generates Value Objects
Apache License 2.0
888 stars 46 forks source link

Implement MessagePack support #701

Closed SteveDunn closed 1 week ago

SteveDunn commented 2 weeks ago

Implements #696

pixsperdavid commented 1 week ago

I think the original request was for MemoryPack rather than Messagepack? I also need this so can work on a PR if required.

SteveDunn commented 1 week ago

I think the original request was for MemoryPack rather than Messagepack? I also need this so can work on a PR if required.

Thanks @pixsperdavid - yes, I realised that after I started, but at least it's similar to MessagePack (or at least it looks similar), so the implementation should be fairly straightforward.

I'm hoping to combine the MemoryPack implementation with this PR (but if my assumption is wrong about the similarities, then it may be a PR after this one!)