Hi, I am working on porting Rhino to BlackBerry still. Making progress. There isn't any "Serializable" interface, but there is something slightly different called "Persistable" In the ScriptableObject, the two methods for serializing writeObject and readObject are implemented and in the "private static class Slot" there is a readObject implemented. Since in my scenario nothing would ever be persisted to permanent storage, would it be safe to comment these methods out? I cannot seem to find any where they are called from inside Rhino. Am I missing something? I have everything stripped that the small.js compile would. Aiming for just the minimal functionality right now.
Thanks for any words of advice! Tony Z _______________________________________________ dev-tech-js-engine-rhino mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-js-engine-rhino
