Skip to content

Parser not desterilizing nullable properties #136

Open
@Frankinstien4444

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions