Click here to Skip to main content
15,886,110 members
Articles / Programming Languages / C#

BinaryFormatter vs. Manual Serializing

Rate me:
Please Sign up or sign in to vote.
4.92/5 (13 votes)
13 Jan 2012CPOL6 min read 118.5K   4.3K   25  
Comparison of serializing with BinaryFormatter (standard .NET class) against manual per-byte serializing; some pros and cons before selecting the right method for you.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer Crypton-M
Ukraine Ukraine
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions