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

Method writeObject

output/java_guava/1.4.17/EnumHashBiMap.java:117–122  ·  view source on GitHub ↗

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

(ObjectOutputStream stream)

Source from the content-addressed store, hash-verified

115 */
116
117 @GwtIncompatible // java.io.ObjectOutputStream
118 private void writeObject(ObjectOutputStream stream) throws IOException {
119 stream.defaultWriteObject();
120 stream.writeObject(keyType);
121 Serialization.writeMap(this, stream);
122 }
123
124 @SuppressWarnings("unchecked") // reading field populated by writeObject
125 @GwtIncompatible // java.io.ObjectInputStream

Callers

nothing calls this directly

Calls 1

writeMapMethod · 0.95

Tested by

no test coverage detected