I need to convert object like instance of my class Message (string id, string message, string datetime) in Byte Array. Send it to server, and server send the same message to other client. At least I need to convert this Byte Array into Message
I try BinaryFormatter with MemoryStream but doesn't work with UWP