[This is preliminary documentation and is subject to change.]
Saves this Persistent object to a
Message.

Declaration Syntax
protected virtual void SaveToMessage(
Message message,
bool topLevel
)

Parameters
- message (Message)
- The Message to append this object
to.
- topLevel (Boolean)
- Whether a top level call. Always false
here.

Remarks
Derived classes will call this method for base classes first, so
the method in this class is always the first to be called.
Assembly:
Persistate (Module: Persistate) Version: 0.6.1.20 (0.6.1.20)