mbraceproject / FsPickler

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

omitHeader in bson serializer #71

Closed vilinski closed 6 years ago

vilinski commented 8 years ago

I could make a PR, but it seems difficult

eiriktsarpalis commented 8 years ago

Hi, what is the issue exactly?

Performance tests are not really unit tests, some of them are expected to fail from time to time.

vilinski commented 8 years ago

created a test PR #72

eiriktsarpalis commented 6 years ago

BSON is being deprecated by Newtonsoft, so don't think this is relevant anymore.