Convert Method (T)

Glimpse API

SerializationConverter T  Convert Method (T) Glimpse API Documentation
Converts the specified object.

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

Syntax

public abstract Object Convert(
	T obj
)
public abstract Object Convert(
	T obj
)

Parameters

obj
Type: T
The object to transform.

Return Value

The new object representation.
See Also