A method for AvorionModManager class to store and read mods from the storage*[1].
The method should be able to access the storage by a standard database interface.
The method should be able to write a serialised abstraction of a mod object into the storage.
The method should be able to read a serialised abstraction of a mod object from the storage and return it as object*[2].
*[1] See: "Mod Storage" proposal. Currently a simple shelve is used for local storage.
*[2] See: "Mod Class" proposal.
A method for AvorionModManager class to store and read mods from the storage*[1].
The method should be able to access the storage by a standard database interface.
The method should be able to write a serialised abstraction of a mod object into the storage.
The method should be able to read a serialised abstraction of a mod object from the storage and return it as object*[2].
*[1] See: "Mod Storage" proposal. Currently a simple shelve is used for local storage.
*[2] See: "Mod Class" proposal.