| Serializes an object to a string |
| Declaration: |
| function toNative( void o ) |
| Description: |
| This function serializes the contents of the variables in the specified object to a string using a Ferite specific format. The class definition, functions, and static variables aren't included. Object references are recursively serialized and included in the output, up to a limit. When objects are serialized the member function serializeSleep() is called before serialization so that cleanups can be made. |
| Parameters: |
| Parameter #1: void o - The variable to serialize |
| Returns: |
| A string containing the serialized object |