extern OSObject* OSUnserializeXML(const char *buffer, OSString **errorString = 0);
Result: Pointer to the recreated object, or zero on failure.
Name Description buffer pointer to buffer containing XML data representing the object to be recreated. errorString if this is a valid pointer and the XML parser finds a error in buffer, errorString contains text indicating the line number and type of error encountered.
© 2000 Apple Computer, Inc. (Last Updated 2/23/2000)