Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/google/gson
/ write
Method
write
gson/src/main/java/com/google/gson/Gson.java:1249–1252 ·
view source on GitHub ↗
(JsonWriter out, T value)
Source
from the content-addressed store, hash-verified
1247
}
1248
1249
@Override
1250
public
void
write(JsonWriter out, T value) throws IOException {
1251
delegate().write(out, value);
1252
}
1253
}
1254
1255
@Override
Callers
2
toJson
Method · 0.45
newJsonWriter
Method · 0.45
Calls
1
delegate
Method · 0.95
Tested by
no test coverage detected