MCPcopy Create free account
hub / github.com/Ape1ron/SpringAopInDeserializationDemo1 / runGadgets

Method runGadgets

src/main/java/Util.java:34–37  ·  view source on GitHub ↗
(Object obj)

Source from the content-addressed store, hash-verified

32 }
33
34 public static void runGadgets(Object obj)throws Exception{
35 byte[] ser = serialize(obj);
36 deserialize(ser);
37 }
38
39 public static byte[] serialize(final Object obj) throws IOException {
40 System.out.println("serialize obj: "+ obj.getClass().getName());

Callers 1

mainMethod · 0.95

Calls 2

serializeMethod · 0.95
deserializeMethod · 0.95

Tested by

no test coverage detected