serialize_property_set_to_jsonb

Function serialize_property_set_to_jsonb 

Source
pub fn serialize_property_set_to_jsonb(
    properties: &PropertySet,
) -> Result<Vec<u8>, Error>
Expand description

Serializes properties from a PropertySet to JSONB bytes.

This function converts a PropertySet to JSONB binary format using the same serialization approach as add_property_set_to_jsonb_builder.