Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chieapp/chie
/ serialize
Method
serialize
src/model/serializable.ts:8–8 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
6
// https://stackoverflow.com/questions/65846848/typescript-static-methods-in-interfaces
7
export
default
interface
Serializable {
8
serialize(): object;
9
}
Callers
8
multi-chats-service-test.ts
File · 0.65
assistant-manager-test.ts
File · 0.65
serialize
Method · 0.65
serialize
Method · 0.65
serialize
Method · 0.65
serialize
Method · 0.65
serialize
Function · 0.65
serialize
Method · 0.65
Implementers
11
APICredential
src/model/api-credential.ts
WebService
src/model/web-service.ts
APIManager
src/controller/api-manager.ts
AutoUpdater
src/controller/auto-updater.ts
AssistantManager
src/controller/assistant-manager.ts
WindowManager
src/controller/window-manager.ts
App
src/controller/app.ts
ExtensionManager
src/controller/extension-manager.ts
ConfigStore
src/model/config-store.ts
BaseMultiChatsService
src/model/base-multi-chats-service.ts
WindowStore
src/model/window-store.ts
Calls
no outgoing calls
Tested by
no test coverage detected