|
-
Jul 21st, 2003, 07:43 PM
#1
Thread Starter
yay gay
serialization
is the difference between serializing(and de-serializing) to binary and to XML big? is the bin much faster?
\m/  \m/
-
Jul 22nd, 2003, 01:46 PM
#2
Thread Starter
yay gay
\m/  \m/
-
Jul 23rd, 2003, 01:28 PM
#3
Lively Member
I don't have any direct experience with this, but according to Application Development Using C# and .NEt :
-------------
The BinaryFormatter uses a binary, compact format for serializing and deserializing on platforms that support the CLR. The SoapFormatter uses an XML (therefore text based) protocol and can be used to communicate with non-CLR platforms.
The binary form is faster.
--------------
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|