I'm making a game in Java, and I need a good file format to store the player's saved data.
Any suggestions?
Feel free to give examples in code if you want.
EDIT: This is a server-client game, so the saved data will be on the server's machine. Also, I don't want to use Serialization.