How to write Array of Object to a file?



Hi

I have an array of objects:

Student[] studentarray;

how do I save studentarray to file?

David.
.