Package org.onebusaway.users.model
Interface UserProperties
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
UserPropertiesV1,UserPropertiesV2,UserPropertiesV3,UserPropertiesV4
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 usingUserPropertiesMigration.- Author:
- bdferris
- See Also:
UserPropertiesMigration