Updated to the latest Kryo to fix deserialization exception being thrown when invoking SUMOjEdit. The latest Kryo fixed that.
Users will need to purge all of their *.ser files with this update.
Also, updated notes (Readme) for increasing stack size with latest Kryo to -Xms1m
Some more cleanup with using StringBuilder over StringBuffer, taking local var declarations out of loops. Start work on the KBCache to make more efficient (in progress).
Moving towards use of try w/ resources for opening/closing streams.
Updated to the latest Kryo to fix deserialization exception being thrown when invoking SUMOjEdit. The latest Kryo fixed that. Users will need to purge all of their *.ser files with this update. Also, updated notes (Readme) for increasing stack size with latest Kryo to -Xms1m
Some more cleanup with using StringBuilder over StringBuffer, taking local var declarations out of loops. Start work on the KBCache to make more efficient (in progress).
Moving towards use of try w/ resources for opening/closing streams.