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

Method writeObject

output/java_guava/1.4.17/HashMultiset.java:89–93  ·  view source on GitHub ↗

@serialData the number of distinct elements, the first element, its count, the second element, its count, and so on

(ObjectOutputStream stream)

Source from the content-addressed store, hash-verified

87 */
88
89 @GwtIncompatible // java.io.ObjectOutputStream
90 private void writeObject(ObjectOutputStream stream) throws IOException {
91 stream.defaultWriteObject();
92 Serialization.writeMultiset(this, stream);
93 }
94
95 @GwtIncompatible // java.io.ObjectInputStream
96 private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException {

Callers

nothing calls this directly

Calls 1

writeMultisetMethod · 0.95

Tested by

no test coverage detected