Source code available @ svn checkout https://whiteboardjunkie.googlecode.com/svn/trunk/serialization-compare serialization-compare Marshalling and Un-marshalling request and response parameters across client server boundary lines have been a performance bottleneck for high throughput systems. For Java developers the native solution available is to use the Serializable or Externalizable interfaces. Lately it has gone out of fashion to leverage the Java … Read More →
Recent Comments