Chris
Results
2
issues of
Chris
Fix Issue3962: 对于JSON.parse(),参数为空字符串时,返回值为null, 若不判空,后边代码会抛出空指针异常。
JIRA: https://issues.apache.org/jira/browse/LANG-1705 Due to the possibility that the serialized object type may be a different type after overriding writeReplace(), directly converting the serialized object to the original type(the type of...