OT: Fast Serialization?

OT: Fast Serialization?

Old forum URL: forums.lhotka.net/forums/t/182.aspx


Skeeboe posted on Tuesday, May 23, 2006

I saw this post on codeproject.com:

Fast Serialization

Has anyone done anything similar? Could this speed up remoting or are many other things going on in the background that I'm not aware of?


RockfordLhotka replied on Wednesday, May 24, 2006

That does look interesting, and seems pretty workable if you are using code generation. Otherwise it is a lot of code to write by hand, and the odds of making a mistake are very high.

This is basically the scheme I used in the old VB6 version of CSLA, and it worked just fine - but I was sure happy to move to .NET so it wasn't necessary to write the methods to get/set the state of your object Smile [:)]. While this sounds very helpful, it feels like a serious step back in time...

Again, if you are using code-gen then who cares really - because the template just contains the definition and you don't have to write the code.

Copyright (c) Marimer LLC