Menu

Tag Archives: BinaryFormatter

BASeBlock, Scripts, and SerializationBinders
So, as mentioned in the previous post, I added a “sort” of scriptability to BASeBlock. I made some tweaks, and refactored the code so it was a [...]
C#- use Generic methods to write Object Graphs to a file
Serialization has always been a thorn in my side. In VB6. in Python, in C#. The biggest annoyance is that most applications consist of somewhat complex [...]