Share via


IPropertySetSerializer Schnittstelle

Definition

Bietet die Möglichkeit, ein IPropertySet in einen IBuffer zu serialisieren/deserialisieren.

public interface class IPropertySetSerializer
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 851968)]
/// [Windows.Foundation.Metadata.Guid(1854848796, 61245, 17270, 178, 14, 91, 230, 56, 174, 172, 119)]
struct IPropertySetSerializer
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 851968)]
[Windows.Foundation.Metadata.Guid(1854848796, 61245, 17270, 178, 14, 91, 230, 56, 174, 172, 119)]
public interface IPropertySetSerializer
Public Interface IPropertySetSerializer
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 11 (eingeführt in 10.0.22000.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v14.0)

Methoden

Deserialize(IPropertySet, IBuffer)

Deserialisiert ein IPropertySet aus einem IBuffer.

Serialize(IPropertySet)

Serialisiert ein IPropertySet in einen IBuffer.

Gilt für:

Weitere Informationen

  • <xref:Windows.Storage.Streams.IPropertySetSerializer.Serialize(Windows.Foundation.Collections.IPropertySet)%0aM%3aWindows.Storage.Streams.IPropertySetSerializer.Deserialize(Windows.Foundation.Collections.IPropertySet>