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

Method writeObject

output/java_guava/1.4.17/HashBiMap.java:680–684  ·  view source on GitHub ↗

@serialData the number of entries, first key, first value, second key, second value, and so on.

(ObjectOutputStream stream)

Source from the content-addressed store, hash-verified

678 */
679
680 @GwtIncompatible // java.io.ObjectOutputStream
681 private void writeObject(ObjectOutputStream stream) throws IOException {
682 stream.defaultWriteObject();
683 Serialization.writeMap(this, stream);
684 }
685
686 @GwtIncompatible // java.io.ObjectInputStream
687 private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException {

Callers

nothing calls this directly

Calls 1

writeMapMethod · 0.95

Tested by

no test coverage detected