|
|
|
Serialize VB.NET objects without the events
|
Total Hit (2033) |
Because of the way VB.NET implements events, when you serialize an object, its events get serialized too (because events are actually implemented using hidden multicast delegate fields). A side effect of this is that any object which handles events raised by the object being serialized will be consi
....Read More |
Rating
|
|
|
How to implement XML and Binary Serialization (All FAQs)
|
Total Hit (839) |
Binary:
1. Which class is responsible for binary serialization?
2. What does it take to make my object serializable?
3. What are the main advantages of binary serialization?
4. How do you encapsulate the binary serialization?
5. How do you encapsulate the binary deserialization method?
6. Will
....Read More |
Rating
|
|
|