register
- auto register(Storage!(ObjectFactory, string) storage, Locator!(Object, string) locator, string id)
- auto register(ConfigurableContainer storage, string id)
- auto register(Storage!(ObjectFactory, string) storage, Locator!(Object, string) locator)
- auto register(ConfigurableContainer storage)
- auto register(Storage!(ObjectFactory, string) storage, Locator!(Object, string) locator)
- auto register(ConfigurableContainer storage)
- auto register(R storageLocator, Locator!() locator, string id, string storageId)
- auto register(R locator, string id, string storageId)
- auto register(R storageLocator, Locator!() locator, string storageId)
- auto register(R locator, string storageId)
- auto register(Storage!(Object, string) storage, Type data, string id)
- auto register(Storage!(Object, string) storage, Type data)
- auto register(Storage!(Object, string) storage, Type data)
- auto register(R locator, Type data, string id, string storageId)
- auto register(R storage, Type object, string storageId)
Register data into an object storage.
Wraps up any already instantiated data that is not reference type into an object, and saves it into storage. Any data that is of reference type is just saved in storage