MCPcopy Create free account
hub / github.com/ReadyTalk/avian / writeObject

Method writeObject

classpath/java/io/ObjectOutput.java:19–19  ·  view source on GitHub ↗
(Object obj)

Source from the content-addressed store, hash-verified

17 public void write(byte[] b, int off, int len);
18 public void write(int b);
19 public void writeObject(Object obj);
20}

Callers 5

writeObjectMethod · 0.65
writeObjectFunction · 0.65
writeBootImage2Function · 0.65
writeObjectMethod · 0.65
writeObjectMethod · 0.65

Implementers 2

LegacyObjectOutputStreamclasspath/avian/LegacyObjectOutputStre
ObjectOutputStreamclasspath/java/io/ObjectOutputStream.j

Calls

no outgoing calls

Tested by 1

writeObjectMethod · 0.52