org.onebusaway.users.model
Interface UserProperties

All Superinterfaces:
Serializable
All Known Implementing Classes:
UserPropertiesV1, UserPropertiesV2

public interface UserProperties
extends Serializable

Remember: you can add and remove fields from a user properties implementation object and previously serialized objects will leave new fields uninitialized and old fields will be ignored. However, if you need to change the definition of a field, then you need to create a new user properties implementation and deal with migration using UserPropertiesMigration.

Author:
bdferris
See Also:
UserPropertiesMigration



Copyright © 2012 OneBusAway. All Rights Reserved.