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
I notice there are no references to register_instance in this library. Are instances (and instance handles) supported by this wrapper currently? Specifically "deleting" a sample from the DDS data space (dispose_instance_handle).
implying that they might be supported for well-known field names only. If that's the case, is there any way to customize serialized field names? Which is relevant for hashed autoid field names
The text was updated successfully, but these errors were encountered:
Hi @willstott101,
Instances are only supported for known field names. The the key-hash is generated according to how CDDS expects it when a type has keys.
I notice there are no references to
register_instance
in this library. Are instances (and instance handles) supported by this wrapper currently? Specifically "deleting" a sample from the DDS data space (dispose_instance_handle
).I notice in dds_derive we have:
implying that they might be supported for well-known field names only. If that's the case, is there any way to customize serialized field names? Which is relevant for hashed autoid field names
The text was updated successfully, but these errors were encountered: