MCPcopy
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

toJsonMethod · 0.45
newJsonWriterMethod · 0.45

Calls 1

delegateMethod · 0.95

Tested by

no test coverage detected