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

Method Deserializer

Skay_Exp/src/tools/Deserializer.java:9–9  ·  view source on GitHub ↗
(byte[] bytes)

Source from the content-addressed store, hash-verified

7 private final byte[] bytes;
8
9 public Deserializer(byte[] bytes) { this.bytes = bytes; }
10
11 public Object call() throws Exception {
12 return deserialize(bytes);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected