Serialized Form

Class DrinkUser extends Object implements Serializable

Serialized Fields

username

String username
The username of the user.


password

String password
The user's password.


balance

int balance
The balance of credits the user has on their account.


admin

boolean admin
Whether or not the user is an administrator.


Class InvalidKeyException extends Exception implements Serializable