MCPcopy Index your code
hub / github.com/SeleniumHQ/selenium / write

Method write

java/src/org/openqa/selenium/json/JsonOutput.java:384–386  ·  view source on GitHub ↗

Serialize the specified Java object as a JSON value. NOTE : This method limits traversal of nested objects to the default #MAX_DEPTH maximum depth. @param value Java object to serialize @return this JsonOutput object @throws JsonException if allowed depth has been reached

(@Nullable Object value)

Source from the content-addressed store, hash-verified

382 * @throws JsonException if allowed depth has been reached
383 */
384 public JsonOutput write(@Nullable Object value) {
385 return write(value, MAX_DEPTH);
386 }
387
388 /**
389 * Serialize the specified Java object as a JSON value.

Callers 15

shouldRespectMaxDepthMethod · 0.95
mapObjectMethod · 0.95
test_bootstrap.jsFile · 0.45
test_bootstrap.jsFile · 0.45
cvFunction · 0.45
mainFunction · 0.45
write_atom_literalFunction · 0.45
generate_headerFunction · 0.45
generate_cc_sourceFunction · 0.45
generate_java_sourceFunction · 0.45

Calls 1

write0Method · 0.95

Tested by 15

shouldRespectMaxDepthMethod · 0.76
do_GETMethod · 0.36
test_set_filesFunction · 0.36
test_set_multiple_filesFunction · 0.36
before_navigate_toMethod · 0.36
after_navigate_toMethod · 0.36
before_navigate_backMethod · 0.36
after_navigate_backMethod · 0.36