I've never had to do serialization before, I've messed around with it and can do it, but I've been serializing to a hard-coded location like "c:/serialize.xml". Now that I'm wanting to publish the project, what should I do? It's a console application so I can't really use an openfiledialog to allow the user to choose the file or file location, nor would I want the user to. So my question is: where do y'all store the serialize xml file locaiton and how do y'all retrieve it?
↧