Click here to Skip to main content
15,923,389 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
How can I convert object into Stream or string into Stream using C#.Net? Anyone, please help.
Posted
Updated 7-Oct-12 22:02pm
v2
Comments
Sergey Alexandrovich Kryukov 8-Oct-12 3:20am    
"Convert object into Stream" makes no sense. Object is object, stream is a stream. If you mean serialization (of this object), learn serialization.
--SA

1 solution

As Sergey[^] already alluded to in his comment to your question you can start here for a quick start: Object Serialization in the .NET Framework[^].

Cheers,

— Manfred
 
Share this answer
 

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



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900