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

Method writeObject

output/java_guava/1.4.17/EnumMultiset.java:88–93  ·  view source on GitHub ↗
(ObjectOutputStream stream)

Source from the content-addressed store, hash-verified

86 }
87
88 @GwtIncompatible // java.io.ObjectOutputStream
89 private void writeObject(ObjectOutputStream stream) throws IOException {
90 stream.defaultWriteObject();
91 stream.writeObject(type);
92 Serialization.writeMultiset(this, stream);
93 }
94
95 /**
96 * @serialData the {@code Class<E>} for the enum type, the number of distinct

Callers

nothing calls this directly

Calls 1

writeMultisetMethod · 0.95

Tested by

no test coverage detected