a question about serialization

Posted by Mike on Stack Overflow See other posts from Stack Overflow or by Mike
Published on 2010-03-16T10:40:04Z Indexed on 2010/03/16 10:46 UTC
Read the original article Hit count: 180

Filed under:
|

What is a better approach to serialize custom class: using XMLSerializer or BinarryFormatter and [Serializable] attribute on class?

© Stack Overflow or respective owner

Related posts about c#

Related posts about serialization