类 SerialDetector

    • 构造器详细资料

      • SerialDetector

        public SerialDetector​(InputStream inputStream)
                       throws IOException
        Wrapper Constructor.
        参数:
        inputStream - The original InputStream, used by your service to receive serialized objects
        抛出:
        IOException - File I/O exception
        IllegalStateException - Invalid configuration exception
    • 方法详细资料

      • isClassInBlacklist

        public static boolean isClassInBlacklist​(ObjectStreamClass serialInput)
      • shouldCheck

        public static boolean shouldCheck()