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:14184–14188 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
14182
}
14183
14184
public string ToJson()
14185
{
14186
var json = com.chronoxor.FBE.Json.ToJson(this);
14187
return json;
14188
}
14189
14190
public static StructHash FromJson(string json)
14191
{
Callers
nothing calls this directly
Calls
1
ToJson
Method · 0.45
Tested by
no test coverage detected