MCPcopy Create free account
hub / github.com/antlr/codebuff / writeObject

Method writeObject

output/java_guava/1.4.17/LongAdder.java:225–228  ·  view source on GitHub ↗
(ObjectOutputStream s)

Source from the content-addressed store, hash-verified

223 }
224
225 private void writeObject(ObjectOutputStream s) throws IOException {
226 s.defaultWriteObject();
227 s.writeLong(sum());
228 }
229
230 private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException {
231 s.defaultReadObject();

Callers 3

writeMapMethod · 0.45
writeMultisetMethod · 0.45
writeMultimapMethod · 0.45

Calls 2

sumMethod · 0.95
writeLongMethod · 0.65

Tested by

no test coverage detected