Custom Binary Serialization

  • Thread starter Thread starter Rein Petersen
  • Start date Start date
R

Rein Petersen

Hi Everyone,

I'm into serializing/deserializing a particular class I have created but I
need to control the exact binary formatting. From what little information I
can find on the subject, it seems that it is possible. To clarify, I'm not
interested in the .NET binary formatting of object graphs... I have my
singleton class in which I must control it's binary (de)serialization which
is totally different from the .NET binary formating...

Is this possible? Has anyone come across a good doc with samples?

Rein
 
Back
Top