Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Deserialization in .NET 1.0

Status
Not open for further replies.

secureshell

Programmer
Sep 24, 2002
22
0
0
CA
Hi,

I've an issue with deserializing a byte stream from a flat file in .NET 1.0. The file was originally created/serialized using .NET 1.1 using BinaryFormatter. The actual type serialized was "PointF" from the System.Drawing namespace. As you may know, the System.Drawing assembly versions are different in .NET 1.0 and .NET 1.1. Deserializing works the other way though e.g. serialization in .NET 1.0 and deserialization in .NET 1.1.

Any suggestions would be great. TIA


{W r i t e C o d e A n d K i c k A s s}
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top