2

While digging through the JDK docs, I noticed that String in Java SE implements Serializable. With that in mind, I now assume that Strings (when used with Intents and Bundles) go to the destination through Serializable.

My question is mainly: Is a CharSequence subclass that implements Parcelable worth it? Does it have performance improvements? If so, can I measure this? I am currently working with an app that has a lot of Strings (some Strings large themselves for parsing).

0 Answers0