MCPcopy Index your code
hub / github.com/google/gson / startVisitingObject

Method startVisitingObject

src/main/java/com/google/gson/ObjectNavigator.java:41–41  ·  view source on GitHub ↗

This is called before the object navigator starts visiting the current object

(Object node)

Source from the content-addressed store, hash-verified

39 * object
40 */
41 void startVisitingObject(Object node);
42
43 /**
44 * This is called to visit the current object if it is an array

Callers 1

acceptMethod · 0.65

Implementers 1

JsonSerializationVisitorsrc/main/java/com/google/gson/JsonSeri

Calls

no outgoing calls

Tested by

no test coverage detected