5 ms·
I feel your pain with java serialization. The fact that you cant serialize exceptions to notify systems connected to a JVM that something blew up is just insan
by adammarkey 17y ago
I feel your pain with java serialization.
The fact that you cant serialize exceptions to notify systems connected to a JVM that something blew up is just insane.
All objects should be able to be serialized (in binary) from one system to another as long as JVM versions and class libraries match... end of story.
- axod 17y agoThey can... you just have to do it yourself that's all.