JSXDR calls the JSClass.xdrObject callback to serialize and deserialize objects.
typedef JSBool (*JSXDRObjectOp)(JSXDRState *xdr, JSObject **objp);
| Name | Type | Description |
|---|---|---|
xdr |
JSXDRState * |
The XDR reader or writer. |
objp |
JSObject ** |
The object to be serialized or deserialized. |
Serialize or deserialize an object, given an XDR state record representing external data. See jsxdrapi.h .
Page last modified 15:05, 29 Jan 2008 by Jorend