Open
Description
When I use an ?int property the value does save to the file correctly but I'm not able to deserialize the value. Any ideas?
`[Serializable]
public class ControllerAsset : AutoGeneratedNetworkDevice
{
[DataMember]
public String Firmware { set; get; }
[DataMember]
public int? GroupID { set; get; }
}`
Metadata
Assignees
Labels
No labels