editor › Globals › AbstractStorage
Class: AbstractStorage
Hierarchy
- AbstractStorage
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