
If I don't want the LastActiveDateTime to be saved to the xml file during serialization, I assume I should create a class derived from XmlDockingWindow and override ShouldSerializeLastActiveDateTime to return false. Correct?
But how to connect this class to the DockSiteLayoutSerializer?
Thanks.