Hi Douglas,
When saving and loading in XML format the custom types must be explicitly declared with the persistency manager serializer like this:
// IMPORTANT: custom types added to the DOM must be registered
// in the persistency manager if you intend to save/load in XML format
persistencyManager.Serializer.XmlExtraTypes = new Type[] {typeof(MyTag)};
Best Regards,
Nevron Support Team