MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / Serialize

Method Serialize

CodeFormatServer/src/LSP/LSP.h:17–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15 virtual ~Serializable();
16
17 virtual nlohmann::json Serialize() {
18 return nlohmann::json::object();
19 }
20
21 virtual void Deserialize(nlohmann::json json){};
22

Callers 1

SerializeArrayMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected