Click here to Skip to main content
15,884,099 members
Articles / Programming Languages / C#
Alternative
Tip/Trick

Serialize and deserialize generic arrays

Rate me:
Please Sign up or sign in to vote.
4.44/5 (4 votes)
7 Jan 2012CPOL 8.4K  
You could have used YAXLib also. Not only does it serialize generic arrays, it also serializes other generic and non-generic collection classes, as well as multi-dimensional and jagged arrays:http://yaxlib.codeplex.com
You could have used YAXLib also. Not only does it serialize generic arrays, it also serializes other generic and non-generic collection classes, as well as multi-dimensional and jagged arrays:
http://yaxlib.codeplex.com

License

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


Written By
Software Developer
Australia Australia
A software designer and developer

Comments and Discussions

 
-- There are no messages in this forum --