954,515 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Is it possible to serialize and send a List<> over net?

i thought if it was possible to serialize a List into a file on your hard drive and then send it over net with streaming?

NewOrder
Posting Whiz
370 posts since Jun 2010
Reputation Points: 9
Solved Threads: 0
 

look at this sample code; it shows how to serialize custome classes which you can use to serialize your data.

http://www.codeproject.com/KB/cs/objserial.aspx

hope it helps

williamrojas78
Junior Poster
111 posts since Jun 2005
Reputation Points: 23
Solved Threads: 10
 

i know how to serialize, but is it possible to send the serialized object over the net and make it be retrieved to the original state?

NewOrder
Posting Whiz
370 posts since Jun 2010
Reputation Points: 9
Solved Threads: 0
 
i know how to serialize, but is it possible to send the serialized object over the net and make it be retrieved to the original state?


Depends on what the List contains. Most likely you won't have issues.

Momerath
Nearly a Senior Poster
3,386 posts since Aug 2010
Reputation Points: 1,232
Solved Threads: 558
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: