Extensions to this class would like to add custom data types, or modify handling of types submitted from (custom) forms more easily. Right now the path is to override the save method, which is OK but even better would be a way to inject special parameter handling by overriding _convertValues or providing a special type-handler to do single point conversion.