OSUnserialize.h



Functions

OSUnserializeXML

Abstract: Recreates an OS Container object from its previously serialized OS Container class instance data.
extern OSObject* OSUnserializeXML(const char *buffer, OSString **errorString = 0);

Parameters

NameDescription
bufferpointer to buffer containing XML data representing the object to be recreated.
errorStringif 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.
Result: Pointer to the recreated object, or zero on failure.

© 2000 Apple Computer, Inc. — (Last Updated 2/23/2000)