Trait windows::Storage::Streams::IPropertySetSerializer_Impl
pub trait IPropertySetSerializer_Impl: Sized {
// Required methods
fn Serialize(&self, propertyset: Option<&IPropertySet>) -> Result<IBuffer>;
fn Deserialize(
&self,
propertyset: Option<&IPropertySet>,
buffer: Option<&IBuffer>,
) -> Result<()>;
}
Required Methods§
fn Serialize(&self, propertyset: Option<&IPropertySet>) -> Result<IBuffer>
fn Deserialize( &self, propertyset: Option<&IPropertySet>, buffer: Option<&IBuffer>, ) -> Result<()>
Object Safety§
This trait is not object safe.