Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法找出用 Kryo 序列化对象后返回的字节数组有多大?还是我必须实际序列化它然后检查数组的长度?
例如,使用 LZ4,在压缩字节数组之前,我甚至可以在压缩之前获得压缩大小的界限......