K
Karl
Hi,
Using C# and I need to instantiate an object and then
serialize it and save it to a database.
I have declared my class and used the [Serializable] tags
etc.
I am using FileStream and BinaryFormatter to serialize ok
but when I come to save to the db I get an error saying I
need to implement IConvertable.
Please help.
Using C# and I need to instantiate an object and then
serialize it and save it to a database.
I have declared my class and used the [Serializable] tags
etc.
I am using FileStream and BinaryFormatter to serialize ok
but when I come to save to the db I get an error saying I
need to implement IConvertable.
Please help.