This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IE > IExternalSerializer Interface > IExternalSerializer.WriteObject Method (ArcObjects .NET 10.5 SDK) |
Serializes an object.
[Visual Basic .NET] Public Sub WriteObject ( _ ByVal pUnk As Object, _ ByVal pProps As IPropertySet _ )
[C#] public void WriteObject ( object pUnk, IPropertySet pProps );
[C++]
HRESULT WriteObject(
LPUNKNOWN pUnk,
IPropertySet* pProps
);
[C++]
Parameters pUnk [in] pUnk is a parameter of type LPUNKNOWN pProps [in]
pProps is a parameter of type IPropertySet