This might be a dumb question but I was just curious if it was possible to save a class that inherits from the CollectionBase class to the application settings.

For example I have an AccountsCollection that inherits CollectionBase and holds account information an is used throughout the system and if a user changes or updates the account. I want to be able to save this information and reload it when app starts again later.

Thanks In Advance.