Skip to content

editorGlobalsAbstractStorage

Class: AbstractStorage

Hierarchy

  • AbstractStorage

YamlStorage

Index

Methods

Methods

Abstract deserialize

deserialize(filesWithContents: any): any

Defined in src/history/serialization/AbstractStorage.ts:12

Parameters:

Name Type
filesWithContents any

Returns: any

files with their deserialized data as a JS objects and the filenames without extension


Abstract serialize

serialize(filesWithContents: any): any

Defined in src/history/serialization/AbstractStorage.ts:6

Parameters:

Name Type
filesWithContents any

Returns: any

files with their serialized data as string and the filenames with proper extension