java.io icon indicating copy to clipboard operation
java.io copied to clipboard

A Node.js implement of "java.io.InputObjectStream.readObject()" and "java.io.OutputObjectStream.writeObject()"

Results 8 java.io issues
Sort by recently updated
recently updated
newest added

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...

Uncaught Error: Class "java.sql.Timestamp" dose not be added in or not implement readObject()

java 里写入字符串bytes如下 https://github.com/openjdk-mirror/jdk/blob/jdk8u/jdk8u/master/src/share/classes/java/io/DataOutputStream.java#L273 ```java public final void writeBytes(String s) throws IOException { int len = s.length(); for (int i = 0 ; i < len ; i++) { out.write((byte)s.charAt(i)); }...

InputObjectStream 构造函数内读取 header,当失败时无法释放内存。

Hi, fengmk2 I added serialize for support java.util.Date