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

Method toJson

projects/Java/src/com/chronoxor/proto/Order.java:113–113  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

111 }
112
113 public String toJson() { return com.chronoxor.proto.fbe.Json.getEngine().toJson(this); }
114 public static Order fromJson(String json) { return com.chronoxor.proto.fbe.Json.getEngine().fromJson(json, Order.class); }
115}

Calls 1

getEngineMethod · 0.45