Convert Method

Glimpse API

ISerializationConverter Convert Method Glimpse API Documentation
Converts the specified object into a representation suitable for serialization.

Namespace: Glimpse.Core.Extensibility
Assembly: Glimpse.Core (in Glimpse.Core.dll) Version: 1.0.1.0 (1.0.1)

Syntax

Object Convert(
	Object target
)
Object Convert(
	Object target
)

Parameters

target
Type: OnlineSystem Object
The object to be converted.

Return Value

The new object representation.
See Also