Take a look at this web site...
http://abstractvb.com/code.asp?F=1&P=2&A=1018
It has a great article on how to serialize and deserialize and object. They
use a custom class but doing an array is no different. I use this exact same
code to do hashtables and such. An array is no different. Also, you don't
say if you want it to be deserialized form a file or a memory stream. That
is no mater either since you can replace the filestream form the example to
a memory stream and get the same effect.
"Messer" <(E-Mail Removed)> wrote in message
news:d26o8k$il8$(E-Mail Removed)...
> hello,
>
> is there a way to deserialize the array:
> a:2:{i:0;s:8:"element0";i:1;s:8:"element1";}
> in vb. net?
>
> greets,
> messer
>
>
>