dotnet / infer

Infer.NET is a framework for running Bayesian inference in graphical models
https://dotnet.github.io/infer/
MIT License
1.54k stars 229 forks source link

Change FileArray to use DataContract serialization rather than BinaryFormatter #445

Closed jonathantims closed 11 months ago

jonathantims commented 11 months ago

This is part of a change to phase out the use of BinaryFormatter.

This switches FileArray over to DataContract from BinaryFormatter for temporary files.