mbraceproject / FsPickler

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

add non-generic version of FsPickler.DeclareSerializable() #55

Closed pragmatrix closed 9 years ago

pragmatrix commented 9 years ago

It would be convenient to have a non-generic version of DeclareSerializable(), so that it is simpler to use reflections for locating and declaring types as serializable in modules or assemblies.

eiriktsarpalis commented 9 years ago

Cool, thanks!

It's been included in the 1.2.14 release.

pragmatrix commented 9 years ago

Thank you! It's already in use and helps a lot.