IExternalSerializer Interface

Provides access to high-level JSON serialization methods.

Members

Name Description
Method WriteObject Serializes an object.

IExternalSerializer.WriteObject Method

Serializes an object.

Public Sub WriteObject ( _
    ByVal pUnk As Object, _
    ByVal pProps As IPropertySet _
)
public void WriteObject (
    object pUnk,
    IPropertySet pProps
);

Classes that implement IExternalSerializer

Classes Description

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