MCPcopy Create free account
hub / github.com/Y4er/ysoserial / Serializer

Method Serializer

src/main/java/ysoserial/Serializer.java:12–14  ·  view source on GitHub ↗
(Object object)

Source from the content-addressed store, hash-verified

10 private final Object object;
11
12 public Serializer(Object object) {
13 this.object = object;
14 }
15
16 public static byte[] serialize(final Object obj) throws IOException {
17 final ByteArrayOutputStream out = new ByteArrayOutputStream();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected