jediwhale / fitsharp

Functional testing tools for .NET
http://fitsharp.github.io
Other
152 stars 73 forks source link

make tree serializable #29

Closed schmax closed 14 years ago

schmax commented 14 years ago

It would be useful, if some classes would be serializable. E.g. for remoting. I tried to make the fitlibrary tree serializable by just mark ListTree, ParseTree and Parse with attribute [Serializable]. This works great.

schmax commented 14 years ago

In new fitSharp also fitSharp.Fit.Model.CellAttributes has to be marked serializable.