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

Method write

ZezeJava/ZezeJava/src/main/java/Zeze/Util/JsonWriter.java:334–336  ·  view source on GitHub ↗
(@Nullable Object obj)

Source from the content-addressed store, hash-verified

332
333 // ensure +1
334 public @NotNull JsonWriter write(@Nullable Object obj) {
335 return write(Json.instance, obj);
336 }
337
338 // ensure +1
339 public @NotNull JsonWriter write(@NotNull Json json, @Nullable Object obj) {

Callers

nothing calls this directly

Calls 15

ensureMethod · 0.95
getTypeMethod · 0.95
getDepthLimitMethod · 0.95
writeNewLineTabsMethod · 0.95
grisu2Method · 0.95
num2HexMethod · 0.95
writeLatin1Method · 0.95
write8Method · 0.95
getClassMetaMethod · 0.80
write0Method · 0.80
isInKeyReaderMapMethod · 0.80
setFlagsMethod · 0.80

Tested by

no test coverage detected