Serializable | Android Developers
Class Overview Marks classes that can be serialized by ObjectOutputStream and deserialized by ObjectInputStream. Warning: this interface limits how its implementing classes can change in the future. By implementing Serializable you expose your flexible in
developer.android.com |