Share via


IPropertySetSerializer Interfaz

Definición

Proporciona la capacidad de serializar o deserializar un IPropertySet en un objeto 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
Atributos

Requisitos de Windows

Familia de dispositivos
Windows 11 (se introdujo en la versión 10.0.22000.0)
API contract
Windows.Foundation.UniversalApiContract (se introdujo en la versión v14.0)

Métodos

Deserialize(IPropertySet, IBuffer)

Deserializa un objeto IPropertySet de un objeto IBuffer.

Serialize(IPropertySet)

Serializa un objeto IPropertySet en un objeto IBuffer.

Se aplica a

Consulte también

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