Hi-

Does anyone know, or better yet, have some example code, how to
serialize a mutil-dimensional string array in c# using the
xmlserializer? IE: string[,].

Thanks

-Dan

RE: How to serialize a multi-dimesional string array using xmlserializ by srhartone

srhartone
Mon Jan 28 16:17:00 CST 2008

Multi-dimensional arrays are not supported even on the desktop. What is it
you are trying to achieve, why do you need multi-dimensional arrays? We have
done something similar but using nested classes.
--
Simon Hart
Visual Developer - Device Application Development MVP
http://simonrhart.blogspot.com


"DanielGifford@gmail.com" wrote:

> Hi-
>
> Does anyone know, or better yet, have some example code, how to
> serialize a mutil-dimensional string array in c# using the
> xmlserializer? IE: string[,].
>
> Thanks
>
> -Dan
>