is illusory set default value deserializing xml c# (.net 3.5)?
i've got small problem that's rather frustrating. illusory set default value deserializing xml c# (.net 3.5)? fundamentally i'm perplexing deserialize xml underneath control component looks this:
<assignee-id type="integer">38628</assignee-id>
it also feeling this:
<assignee-id type="integer" nil="true"></assignee-id>
now, category i have following ability should accept data:
[xmlelementattribute("assignee-id")]
public int assigneeid { get; set; }
this works glorious initial xml component example, nonetheless second fails. i've attempted changing ability form int? nonetheless doesn't help. i'll need serialize behind same xml format during indicate too, nonetheless i'm perplexing built serialization support but carrying review rolling own.
does anyone have trust kind problem?
Comments
Post a Comment