Serialize a System.Windows.Media.ImageSource object

I am creating a chat application very basic. I establish the chat with a tcp connection. I often send serialized object through the network stream because it is simplier to program that way. anyway...