Den

Results 3 comments of Den

I've looked over the whole code and have not found `Serializable` usage. So maybe you have a reason for that. Interesting to know :)

Ahh...that's good :). Why am I asking? On the Android side, we have a `Parcelable` interface (an optimized version of `Serializable`). We use it very often. Currently, I create a...

> Is it enough to implements Serializable Yes, it's enough. > Also, would I need to implement Serializable in classes that are fields of serializable classes too? All inner objects...