Contents

serialize

Serializes the IONetworkMedium object.

Declaration

virtual bool serialize(
 OSSerialize *s) const;

Parameters

  • s:

    An OSSerialize object.

Return Value

Returns true on success, false otherwise.

Overview

A dictionary is created containing the properties assigned to this medium object, and this dictionary is then serialized using the OSSerialize object provided.

See Also

Miscellaneous