Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/google/gson
/ start
Method
start
src/main/java/com/google/gson/ObjectNavigator.java:33–33 ·
view source on GitHub ↗
(ObjectTypePair node)
Source
from the content-addressed store, hash-verified
31
32
public
interface
Visitor {
33
public
void
start(ObjectTypePair node);
34
35
public
void
end(ObjectTypePair node);
36
Callers
1
accept
Method · 0.65
Implementers
1
JsonSerializationVisitor
src/main/java/com/google/gson/JsonSeri
Calls
no outgoing calls
Tested by
no test coverage detected