Hi, at the moment I'm trying to implement a method in which the server creates an XmlDocument object and sends it to the client (using AJAX) which then stores the object as a var. I wished to send that variable from the client back to the server but when the server receives it, it's no longer recognised as an XmlDocument object, instead it comes back as a arrays of arrays of objects within objects.
is there something I'm missing?