FieldedText TypeScript Library
    Preparing search index...
    • Deserialize an FtMeta object from an XML file.

      Parameters

      • filePath: PathOrFileDescriptor

        The path or file descriptor of the XML file.

      • Optionalwarnings: string[]

        An optional array to receive deserialization warnings.

      • encoding: BufferEncoding = 'utf-8'

        The encoding of the file. Defaults to utf-8.

      Returns FtMeta

      The deserialized meta object.