Function pravega_client::sync::synchronizer::serialize

source ·
pub fn serialize(value: &dyn ValueData) -> Result<Vec<u8>, Error>
Expand description

Serialize the into the Vec by using cbor serializer. This method would be used by the insert method in table_synchronizer.