Skip to content

[*] Added dataRaw attribute for datum. The datum constructor has been...

alexey.stratulat requested to merge features-6248 into develop

[*] Added dataRaw attribute for datum. The datum constructor has been redesigned, now it can accept just binary data, in this case the data is deserialized, or the datum type and binary data, in this case, a new datum is created.

Merge request reports