The classSystem.Drawing.Font is not XML Serializable since it doesn't have a default (empty) constructor.
Is there some work around or alternative way to serialize Font nevertheless?
|
|
|||
|
|
|
Edit: I updated the code according to Regent suggestion to use
Usage: When you have a Instead of writing:
Write:
|
|||||
|
|
A suggestion on how to do this by implementing a wrapper class that is serializable is given on the MSDN page for the Font class. |
|||||
|
|
Try the DataContractSerializer.
|
|||
|
|
|
|
|||||||
|
|
I use a serializable font, somewhat different from Elad's. In my serializable data-entities I hide ( Note that this is applicable to the
|
|||
|
|