Hi,
I would like to congratulate you for the really good and tiny library! It's great and works very well with deep object serialization.
However I have e problem with the ArrayDeque class and the String.isEmpty() method.
Both java.util.ArrayDeque class and the String.isEmpty() method are not available on Android versions below 2.3. Currently I need to support 2.2 (Froyo).
Do you think it's possible to replace the ArrayDeque class with something else and what is the best class to use?
Thank you very much and have a good day!
Lyuben