DeserializationTester.java 308 Bytes
/*
 * Decompiled with CFR 0_118.
 */
package com.adobe.cq.sercheck.util;

import java.io.IOException;
import java.io.ObjectInputStream;

public class DeserializationTester {
    public void readObjectFrom(ObjectInputStream ois) throws ClassNotFoundException, IOException {
        ois.readObject();
    }
}