Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
writeObject
Method · 0.65
writeObject
Function · 0.65
writeBootImage2
Function · 0.65
writeObject
Method · 0.65
writeObject
Method · 0.65
Implementers
2
LegacyObjectOutputStream
classpath/avian/LegacyObjectOutputStre
ObjectOutputStream
classpath/java/io/ObjectOutputStream.j
Calls
no outgoing calls
Tested by
1
writeObject
Method · 0.52