المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Possible to send serialized objects from a TextWriter to a StreamReader?



C# Programming
05-14-2009, 12:01 PM
I have a regular C# GUI-application and a C# console application. I have arranged for the console application to send text to the GUI (for details, see http://www.codeproject.com/Forums/1649/Csharp.aspx?fid=1649&select=3039491&fr=120#xx3039491xx[^ (http://www.codeproject.com/Forums/1649/Csharp.aspx?fid=1649&select=3039491&fr=120#xx3039491xx)] ) and it works perfectly. However, I think it would be more elegant to send serialized objects instead of plain text. Is it possible somehow?