Search:

Type: Posts; User: Norm

Search: Search took 0.12 seconds.

  1. Replies
    8
    Views
    1,264

    Re: Serializable arraylist as txt?

    Another possibility is the XMLEncoder class.
  2. Replies
    8
    Views
    1,264

    Re: Serializable arraylist as txt?

    By "disk file" I meant a file that was written on a disk. I suppose it could also have been written to a memory stick. Basically I meant the file was written to a place out side of the program where...
  3. Replies
    8
    Views
    1,264

    Re: Serializable arraylist as txt?

    Yes. You will need to write special code to write out the contents of the ArrayList as readable text.
    What do you want to do with the disk file?
  4. Replies
    8
    Views
    1,264

    Re: Serializable arraylist as txt?

    The file contains binary data not text.
Results 1 to 4 of 4