IPropertySetSerializer 인터페이스

정의

IPropertySet을 IBuffer로 직렬화/역직렬화하는 기능을 제공합니다.

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
특성

Windows 요구 사항

디바이스 패밀리
Windows 11 (10.0.22000.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v14.0에서 도입되었습니다.)

메서드

Deserialize(IPropertySet, IBuffer)

IBuffer에서 IPropertySet을 역직렬화합니다.

Serialize(IPropertySet)

IPropertySet을 IBuffer로 직렬화합니다.

적용 대상

추가 정보

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