mbraceproject / FsPickler

A fast multi-format message serializer for .NET
http://mbraceproject.github.io/FsPickler/
MIT License
324 stars 52 forks source link

Samples to use with C@ #51

Closed leo-gan closed 8 years ago

leo-gan commented 9 years ago

I heard FsPickler can be used with C# but didn't find any examples. Is it possible to use it in C#?

eiriktsarpalis commented 9 years ago

Yes, you should try using the FsPickler.CSharp nuget package. Let me know if you come across any issues.