Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The TypedValue Protobuf message has a value bytes field, but since Protobuf doesn't differentiate between a non existing value and a default value (in this case a byte array of size 0) we need to add an additional boolean flag, to indicate rather or not a value was set.