正如其他地方提到的那样;在安乐团活动之间通过事例的方式,是使通过物体能够实施可序列或可包裹的界面。 如我所知,只要你安乐意显示你的狗的年龄和名称,就将处以罚款。 在不使用静态参考的情况下使用更先进的物体是有问题的。
The object to be passed is using e.g. an external library for its purpose. For serializing to work all used classes (incl. in the library) needs to declare this interface, otherwise Android will throw a runtime IOException, stating the object could not be serialized (something is not impl. the serializable interface or has no no-arg constructor). So a library recompilation is required for the serializable approach to work I guess. The Parcel approach requires the object s fields to be written to some output. This output supports custom objects, but then again the passing object (incl. library) needs to implement the serializable interface to work.
利用外部图书馆进行转审有什么解决办法?