IExternalDeserializer Interface

Provides access to high-level JSON serialization methods.

Members

Name Description
Method ReadObject Deserialize an object. riid references an interface to use. If interface is not supported, E_​NOTIMPL is returned.

IExternalDeserializer.ReadObject Method

Deserialize an object. riid references an interface to use. If interface is not supported, E_NOTIMPL is returned.

Public Function ReadObject ( _
    ByVal riid As Guid, _
    ByVal pProps As IPropertySet _
) As Object
public object ReadObject (
    Guid riid,
    IPropertySet pProps
);

Classes that implement IExternalDeserializer

Classes Description

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.