Contents

serialize

Serializes the IONetworkData object.

Declaration

virtual bool serialize(
 OSSerialize *s) const;

Parameters

  • s:

    An OSSerialize object.

Return Value

Returns true on success, false otherwise.

Overview

If notification is enabled, then the notification handler is called just before the data buffer is serialized.

See Also

Miscellaneous