Method Deserialize
Deserialize(string)
Updates this item appearance using the value retrieved through Serialize().
public void Deserialize(string serialized)
Parameters
serializedstringThe serialized item appearance.
Exceptions
- ArgumentException
Thrown if an invalid serialized string is specified.