I get this message when running the code below: There is an error in XML document (6, 22). namespace N1
basically my project is an MDI Winform application where a user can customize the interface by adding various controls and changing the layout. I would like to be able to save the state of the applica
I am in the middle of building a cache layer for the Redis DB to my application and I have come to the point where\'s it\'s about to take care of arrays.
I am writing a Java application that among other things needs to read a dictionary text file (each line is one word) and store it in a HashSet. Each time I start the application this same file is bein
In sockets I have written the client server program. First I tried to send the normal stringamong them it sends fine. After that I tried to send the hash and array values from client to server and ser
I\'m going slidely mad over here, maybe someone can help me figure out what\'s going on. I have a WCF service exposing a function using webinvoke, like so:
I have a class in c# that implements Iserialzable. I\'m using a XMLSerializer that produces a XML from instance of that class.
I am currently using XStream to serialize some of my objects that don\'t implement Serializable. Is there a way to tell XStream to use Java开发者_如何学Python\'s default serialization if the object do
I inherited the following code (and data stored using it, i.e. serialized instances of A): class A implements Serializable {
I am trying to serialize an xml to a class with the following way: XmlSerializer ser = new XmlSerializer(typeof(PSW5ns.PSW5));