dotnet / infer

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

Change FileArray to use DataContract serialization rather than BinaryFormatter #445

Closed jonathantims closed 1 year ago

jonathantims commented 1 year 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.