Serializes and deserializes FtMeta to/from XML format.
Compatible with the C# XmlMetaSerializationWriter/Reader implementation.
Note: The "@" prefix is used by fast-xml-parser to distinguish XML attributes
from XML elements. Properties starting with "@" become XML attributes when
serialized, and XML attributes are prefixed with "@_" when deserialized.
Serializes and deserializes FtMeta to/from XML format. Compatible with the C# XmlMetaSerializationWriter/Reader implementation.
Note: The "@" prefix is used by fast-xml-parser to distinguish XML attributes from XML elements. Properties starting with "@" become XML attributes when serialized, and XML attributes are prefixed with "@_" when deserialized.