In trying to do STRING records for formulas, i was looking at the SST serializer and deserializer. In both of them, there is a BinaryTree object called "strings" that is used to hold strings. Withing these classes, only the Map interface methods are used, and the BinaryTree methods are used only from SSTRecord. I am therefore planning at changing the interface for SSTSerializer and Deserializer to accept a generic Map.
So, was there any other reason why its a BinaryTree reference internally? Else i will go ahead and do that change. It'll help me in string record. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
