Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NotebookSerializer

The notebook serializer enables the editor to open notebook files.

At its core the editor only knows a notebook data structure but not how that data structure is written to a file, nor how it is read from a file. The notebook serializer bridges this gap by deserializing bytes into notebook data and vice versa.

层级

  • NotebookSerializer

索引

Methods(2)

deserializeNotebook

serializeNotebook

  • Serialize notebook data into file contents.

    Parameters

    Returns Uint8Array | Thenable<Uint8Array>

    An array of bytes or a thenable that resolves to such.

友链:VS Code 中文文档 | VS Code 官网文档 | VS Code 扩展市场

Generated by TypeDoc. Maintained by 洛竹