Closed Kaplas80 closed 3 years ago
I forgot to add Int24 support in PR #151
Property must be defined as int and use BinaryInt24 attribute.
int
BinaryInt24
[Yarhl.IO.Serialization.Attributes.Serializable] private class ObjectWithInt24 { [BinaryInt24] public int Int24Value { get; set; } }
Linked issue: No
:tada: This issue has been resolved in version v3.1.0 :tada:
The release is available on:
Description
I forgot to add Int24 support in PR #151
Property must be defined as
int
and useBinaryInt24
attribute.Example
Linked issue: No