MCPcopy Create free account
hub / github.com/chronoxor/FastBinaryEncoding / ToJson

Method ToJson

projects/CSharp/Proto/com.chronoxor.test.cs:13094–13098  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13092 }
13093
13094 public string ToJson()
13095 {
13096 var json = com.chronoxor.FBE.Json.ToJson(this);
13097 return json;
13098 }
13099
13100 public static StructMap FromJson(string json)
13101 {

Callers

nothing calls this directly

Calls 1

ToJsonMethod · 0.45

Tested by

no test coverage detected