When an object is serialised using the serialize() function, does that include objects stored by reference as member variables in the original object? If not, will they be serialised if stored as explicit copies? Or is there no way to serialise the whole thing at once?

Cheers
- P