> You could always use some sort of binary to String encoding. Base64 > should work, although one could probably devise more efficient > encodings to unicode, space-wise.
That would certainly be a solution, though as far as performance is concerned I imagine being able to store bytes directly would be a significant advantage. Also, serialized objects are already bloated enough :-) -- Eric Jain --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
