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

Method writeObject

output/java_guava/1.4.17/HashMultimap.java:129–133  ·  view source on GitHub ↗

@serialData expectedValuesPerKey, number of distinct keys, and then for each distinct key: the key, number of values for that key, and the key's values

(ObjectOutputStream stream)

Source from the content-addressed store, hash-verified

127 */
128
129 @GwtIncompatible // java.io.ObjectOutputStream
130 private void writeObject(ObjectOutputStream stream) throws IOException {
131 stream.defaultWriteObject();
132 Serialization.writeMultimap(this, stream);
133 }
134
135 @GwtIncompatible // java.io.ObjectInputStream
136 private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException {

Callers

nothing calls this directly

Calls 1

writeMultimapMethod · 0.95

Tested by

no test coverage detected