Forum Discussion
Can you ask the developers what code they are using to serialize the list into the DB? This should give you the best idea of how to do the opposite.
Maybe you need to use BinaryFormatter.Deserialize as shown here:
http://stackoverflow.com/questions/2949666/deserialize-stream-to-listt-or-any-other-type
http://stackoverflow.com/questions/26383711/serialize-deserialize-a-list-of-objects-using-binaryformatter
http://stackoverflow.com/questions/18876229/serializing-and-deserializing-a-listlistobject-with-binaryformatter
http://stackoverflow.com/questions/33724860/deserialize-list-of-objects-from-a-file-to-be-displayed
Maybe you need to read the DB using .NET classes and not ADO, so that the blob data type is compatible with .NET.
I'd suggest writing the deserialization code in C#/VB.NET in Visual Studio first. Once you have the code that works, you can port it to TestComplete, or you can compile the .NET code into an assembly/class library and call it from TestComplete via dotNET.
Related Content
- 11 years ago
- 6 years ago
Recent Discussions
- 13 hours ago