MCPcopy Create free account
hub / github.com/e2wugui/zeze / write

Method write

ZezeJava/ZezeJava/src/main/java/Zeze/Util/Json.java:96–96  ·  view source on GitHub ↗
(@NotNull JsonWriter writer, @NotNull ClassMeta<T> classMeta, @Nullable T obj)

Source from the content-addressed store, hash-verified

94
95 public interface Writer<T> {
96 void write(@NotNull JsonWriter writer, @NotNull ClassMeta<T> classMeta, @Nullable T obj);
97
98 // ensure +1
99 @SuppressWarnings("unchecked")

Callers 15

updateMethod · 0.65
main2Method · 0.65
mainMethod · 0.65
channelReadMethod · 0.65
checkObjMethod · 0.65
test3Method · 0.65
test4Method · 0.65
test5Method · 0.65
test6Method · 0.65
test8Method · 0.65
test9Method · 0.65
testBMethod · 0.65

Calls

no outgoing calls

Tested by 15

main2Method · 0.52
mainMethod · 0.52
channelReadMethod · 0.52
checkObjMethod · 0.52
test3Method · 0.52
test4Method · 0.52
test5Method · 0.52
test6Method · 0.52
test8Method · 0.52
test9Method · 0.52
testBMethod · 0.52
testDMethod · 0.52