deserialization

  1. T

    Arraylist of objects not deserializing correctly

    I'm having a heck of a time with two things that "should" be exactly the same. At the very bottom of my code, you'll see a button.click event with two object arrays that call my webservice asking for a list of POs and a list of Orders. The list of Purchase orders works perfectly, I've used that...
  2. O

    Question Deserializing Data Back To A Dataset But Data Is Not Persisted To DB

    Hello All, I have a situation where I serialize data from a dataset to an xml file as a method of backup. I am trying to get the data deserialized back to the dataset. But for some reason, I cannot get the data to persist back to the DB. I don't receive any error messages either. The first...
Back
Top