Mozilla.com

Table of contents
  1. 1. Syntax
  2. 2. Description
Table of contents
  1. 1. Syntax
  2. 2. Description

JSXDR calls the JSClass.xdrObject callback to serialize and deserialize objects.

Syntax

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.

Description

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

Files (0)