- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testFromBinaryToObject_EmptyArray (0.23 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/test/java/org/codelibs/core/io/SerializeUtilTest.java
// Expected } } /** * Test serialization with empty array * * @throws Exception */ public void testFromBinaryToObject_EmptyArray() throws Exception { final String[] emptyArray = new String[0]; final byte[] binary = SerializeUtil.fromObjectToBinary(emptyArray);Created: Sat Dec 20 08:55:33 GMT 2025 - Last Modified: Sat Nov 22 11:21:59 GMT 2025 - 7.6K bytes - Click Count (0)