我想序列化一個自定義類,但是我得到一個錯誤,說System.Windows.Media.Imaging.BitmapImage沒有標記爲可序列化。我知道我需要將它轉換爲一個字節數組或其他東西以序列化它,但我不知道如何處理它。 我發現這個問題:Serializing a WPF Image但不知道如何適應我的使用。有人可能會指出我正確的方向,並可能鏈接一些材料來閱讀WPF中的序列化處理。
爲什麼當發生ArgumentException是因爲image.jpg具有無效的元數據標頭時,第一個示例是否捕獲該異常,而第二個示例沒有? 實施例1: try
{
Uri myUri = new Uri("http://example.com/image.jpg", UriKind.RelativeOrAbsolute);
JpegBitmapDecoder decoder2 = new J