Send information between applications
问题 Good day, I have a client application which sends to the server a lists of application the client opens. It particulary sends the file path, file name and hostname. My problem is the sent data should be serialize and deserialize when it is received in the server. I am new to C# so I have very little idea of Serialization. This is the client side private List<int> listedProcesses = new List<int>(); private void SendData() { String processID = ""; String processName = ""; String processPath = "