Deserialize XML string to an FtMeta object.
Optionalwarnings: string[]Deserialize an FtMeta object from an XML file.
The path or file descriptor of the XML file.
Optionalwarnings: string[]
An optional array to receive deserialization warnings.
The encoding of the file. Defaults to utf-8.
The deserialized meta object.
Serialize an FtMeta object to XML string.
Optionaloptions: FtMetaSerializerOptionsSerialize an FtMeta object to an XML file.
The meta object to serialize.
The output path or file descriptor.
Optionaloptions: FtMetaSerializerOptions
Optional serialization settings.
The encoding of the file. Defaults to utf-8.
API for serializing and deserializing FtMeta objects to and from XML files.
Extends FtXmlMetaSerialization with Node.js file system access.