jefffhaynes/XBee

[FieldLength] for null string

Closed this issue · 2 comments

It seems that the reserved field length for a string is ignored if the string is null. If the string is empty, it works fine.

[FieldLength(50)]
[SerializeAs(Encoding = "ASCII")]
public string Data { get; set; }

Thanks, was this meant to be against BinarySerializer or XBee? If it's XBee, which class is this in?

Sorry, was meant for the BinarySerializer. I will repost there, please remove the issue here.