T
Tiraman :-\)
Hi,
i have a StreamWriter that hold a System.Net.Sockets.NetwrokStream
and the StreamWriter Object Hold An ArrayList which
i would like to Serialize And Send it back to the client via the
StreamWriter.Flush()
Dim writer As New IO.StreamWriter(System.Net.Sockets.TcpClient.GetStream)
writer.Write(myArray)
Dim binF As New BinaryFormatter
how can i Serialize it ?
Thanks!
T
i have a StreamWriter that hold a System.Net.Sockets.NetwrokStream
and the StreamWriter Object Hold An ArrayList which
i would like to Serialize And Send it back to the client via the
StreamWriter.Flush()
Dim writer As New IO.StreamWriter(System.Net.Sockets.TcpClient.GetStream)
writer.Write(myArray)
Dim binF As New BinaryFormatter
how can i Serialize it ?
Thanks!
T
