我正在用 HashMap 解决问题。我必须使用Parcelable将数据从一个片段传递到另一个片段。我怎样才能做到这一点?
答案 0 :(得分:2)
最好的方法是使用包装器类,或者只是将数据模型提交到HashMap,这样您就可以使用X509Store store = new X509Store("My", StoreLocation.CurrentUser);
store.Open(OpenFlags.ReadOnly);
X509Certificate2Collection certificates = store.Certificates.Find(X509FindType.FindBySubjectKeyIdentifier, "XYZ", true);
X509Certificate2 certificate = certificates[0];
WebRequestHandler handler = new WebRequestHandler();
handler.ClientCertificates.Add(certificate);
HttpClient client = new HttpClient(handler);
和List<ObjectToReplaceHashMap>
发送putParcelableArrayListExtra(String name, ArrayList<? extends Parcelable> value)