C# Binary Formatter Serialization & Deserialization - 3 Random Exceptions
问题 I'm creating a C# application (Client & Server). They're seperate projects and both reference a DLL that can serialize and deserialize any object that is inputed into them. Everything is working fine, until I start working with live desktop monitoring (Video-ish). The DLL contains a custom "Screenshot" class that takes in a bitmap & writes it to the public memorystream for that class. Here is how it is all done: Client button takes screenshot of whole screen (as a bitmap) Client constructs a