MCPcopy Index your code
hub / github.com/0linlin0/CyberBox / call

Method call

Skay_Exp/src/tools/Serializer.java:15–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13 }
14
15 public byte[] call() throws Exception {
16 return serialize(object);
17 }
18
19 public static byte[] serialize(final Object obj) throws IOException {
20 final ByteArrayOutputStream out = new ByteArrayOutputStream();

Callers

nothing calls this directly

Calls 1

serializeMethod · 0.95

Tested by

no test coverage detected