serialize
Archives the receiver into the provided OSSerialize object.
Declaration
virtual bool serialize(
OSSerialize *serializer) const;Parameters
- serializer:
The OSSerialize object.
Return Value
true if serialization succeeds, false if not.
Archives the receiver into the provided OSSerialize object.
virtual bool serialize(
OSSerialize *serializer) const;The OSSerialize object.
true if serialization succeeds, false if not.