PPT Slide
Faster Serialization: UKA-Serialization
- Drop-in replacement (plus class file retrofitter)
- Save 76%-96% of the time needed for serialization
- Minor (?) incompatibilities:
- targeted towards fast communication, not made for persistent objects (store objects now and reload them in x years with some future release of Java)
- not yet: remote loading of byte code
-