loadSerializable: method

Should load a previously persisted object which adopts the NSCoding protocol based on it's unique identifier The UID is returned upon succesfully persisting the data; it has to be managed by the caller in order to retrieve the persisted data or to overwrite it later on.

Syntax

- ( id< NSCoding > ) loadSerializable : ( NSString * ) uid_in

Parameters

Returns

valid object (implementing NSCoding) or nil if none found