Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chronoxor/FastBinaryEncoding
/ ToJson
Method
ToJson
projects/CSharp/Proto/com.chronoxor.test.cs:11258–11262 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
11256
}
11257
11258
public string ToJson()
11259
{
11260
var json = com.chronoxor.FBE.Json.ToJson(this);
11261
return json;
11262
}
11263
11264
public static StructList FromJson(string json)
11265
{
Callers
nothing calls this directly
Calls
1
ToJson
Method · 0.45
Tested by
no test coverage detected