Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/google/gson
/ read
Method
read
gson/src/main/java/com/google/gson/Gson.java:1244–1247 ·
view source on GitHub ↗
(JsonReader in)
Source
from the content-addressed store, hash-verified
1242
}
1243
1244
@Override
1245
public
T read(JsonReader in) throws IOException {
1246
return
delegate().read(in);
1247
}
1248
1249
@Override
1250
public
void
write(JsonWriter out, T value) throws IOException {
Callers
1
fromJson
Method · 0.45
Calls
1
delegate
Method · 0.95
Tested by
no test coverage detected