[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.remoting

format of binary serialized data...

Petr Votocek

11/1/2004 11:46:00 PM

Hi all, is there some description, which describes how binaryformatter
serializes data???

I need rules, specification...

Thanks PEtr


1 Answer

Sam Santiago

11/2/2004 2:25:00 AM

0

I have never seen a specification for this format, but you can reverse
engineer it if you absolutely must know. Try a .NET decompiler such as:

Lutz Roeder's Reflector
http://www.aisto.com/roed...

Also, the CLI is an ECMA standard, so Microsoft provides source code of the
framework. You can download and view it here from MS:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dndotnet/html/mssharsour...

or you can view source code online at this site:
http://dotnet.di.unipi.it/SharedSour...

Thanks,

Sam

--
_______________________________
Sam Santiago
ssantiago@n0spam-SoftiTechture.com
http://www.SoftiTe...
_______________________________
"Petr Votocek" <petr.votocek@seznam.cz> wrote in message
news:%23bffB0GwEHA.728@TK2MSFTNGP11.phx.gbl...
> Hi all, is there some description, which describes how binaryformatter
> serializes data???
>
> I need rules, specification...
>
> Thanks PEtr
>
>