You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, complex attributes are encoded using CBOR through an external dependency. By making a slight adjustment to the pdata library (protobuf serialization/deserialization support for AnyValue), it would be advantageous to encode these complex attributes with protobuf. This change would eliminate the need for an external dependency.
The text was updated successfully, but these errors were encountered:
Currently, complex attributes are encoded using CBOR through an external dependency. By making a slight adjustment to the
pdata
library (protobuf serialization/deserialization support for AnyValue), it would be advantageous to encode these complex attributes with protobuf. This change would eliminate the need for an external dependency.The text was updated successfully, but these errors were encountered: