maria

maria

  • NA
  • 2
  • 0

C++ structure decoding in silverlight

Jul 16 2010 12:41 AM

I want to develop tcp socket application,forwhich want to use c++ tcp server and silverlight tcp client(web client).At server filling data in a structure and sending to the client,Is there any way to retain the values of the structure at client side?Or can i serialize the sending data as a class object in silverlight?