Checks the type of the object and invokes the corresponding encode method

Namespace: Com.Tibco.As.Space.Impl.Serializer
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.1.0.0 (2.1)

Syntax

C#
public void encodeObject(
	Object obj
)
Visual Basic
Public Sub encodeObject ( _
	obj As Object _
)
Visual C++
public:
virtual void encodeObject(
	Object^ obj
) sealed

Parameters

obj
Type: System..::..Object
The object

See Also