Click here to Skip to main content
15,884,084 members
Articles / Mobile Apps

How to serialize data effectively? Custom serialization of Bitmap, Cursor, Icon, Font, and other objects without a default constructor with sharpSerializer

Rate me:
Please Sign up or sign in to vote.
4.91/5 (6 votes)
14 Aug 2011CPOL6 min read 53.6K   20  
Is it better to serialize types without default constructor with Custom Serializer or a Substitute Pattern? Example of serialization of FontFamily into isolated storage in WP7.

Revisions


  

Compare Revision Minor Date Status Editor
3 - publicly available No 6-Oct-11 9:09 Available Smitha Nishant
2 No 15-Aug-11 6:40 Available
1 No 14-Aug-11 1:22 Composing

License

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


Written By
Software Developer (Senior) Polenter - Software Solutions
Germany Germany
I'm C# developer from Cologne, Germany. Here I owe a small software company. My hobby is general optimization - natural talent of all lazy people Wink | ;-)

Comments and Discussions