For compliance reasons BinaryFormatter should be removed.
solution
Replace with DataContract serialization, which Runtime supports already.
The Recommender did not use the mapping for serializing Users and Items -- so the tests that serialize the recommender now use a custom IReader/IWriter pair to do this.
problem
For compliance reasons BinaryFormatter should be removed.
solution
Replace with DataContract serialization, which Runtime supports already.
The Recommender did not use the mapping for serializing Users and Items -- so the tests that serialize the recommender now use a custom IReader/IWriter pair to do this.