I\'m trying to create class with generics that will have ability to serialize its state using Parcelable interface.
So I am making a basic chess app to play around with some various elements of android programming and so far I am learning a lot, but this time I am lost.
I\'ve got a few classes that implement Parcelable and some of these classes contain each other as properties. I\'m marshalling the classes into a Parcel to pass them between activities. Marshalling th