Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kStatus kSerializer_LoadObject ( kObject object,
kType  serializerType,
const kChar filePath,
kAlloc  readAlloc 
)

Loads an object from file using the specified serializer type.

Parameters
objectReceives deserialized object.
serializerTypeType of serializer to use (e.g. kDat6Serializer).
filePathPath of the file to load.
readAllocMemory allocator to use for loaded object (or kNULL for default).
Returns
Operation status.