MCPcopy Create free account
hub / github.com/0linlin0/CyberBox / call

Method call

Skay_Exp/src/tools/Deserializer.java:11–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9 public Deserializer(byte[] bytes) { this.bytes = bytes; }
10
11 public Object call() throws Exception {
12 return deserialize(bytes);
13 }
14
15 public static Object deserialize(final byte[] serialized) throws IOException, ClassNotFoundException {
16 final ByteArrayInputStream in = new ByteArrayInputStream(serialized);

Callers

nothing calls this directly

Calls 1

deserializeMethod · 0.95

Tested by

no test coverage detected