I am working on a Lego Mindstorm NXT robot, which do not support Java reflection.
For some reason (the parallel creation of a simulator and an actual mindstorm) we want to use Serialization to exchange Java objects.
The problem is that serialization uses reflection, which the JVM on the mindstorm does not support.
Any ideas?
I found this page on Zwong.de, but the source code has been removed.