public void RegisterObjectHandler(Type objectType, IObjectSaveHandler saver) { lock (_lock) { _handlers[objectType] = saver; } }