Register the given object and ID in the inner Hashtable.

Namespace:  PerpetuumSoft.Framework.Serialization
Assembly:  PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1

Syntax

C#
void RegisterObjectID(
	Object obj,
	int id
)
Visual Basic (Declaration)
Sub RegisterObjectID ( _
	obj As Object, _
	id As Integer _
)
Visual C++
void RegisterObjectID(
	Object^ obj, 
	int id
)

Parameters

obj
Type: System..::.Object
id
Type: System..::.Int32

See Also