Hacker News new | past | comments | ask | show | jobs | submit login
Java Serialization options (code.google.com)
40 points by srini1234 on Dec 11, 2010 | hide | past | favorite | 1 comment



Be careful with these. I recently found that Java serialization is much faster for large integer arrays than packed repeated int32 fields in protobuf. For most clients, this speed wouldn't matter, but for me I actually had to stuff the java serialized bytes into a protobuf bytes field.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: