Click or drag to resize
IDefaultReadHandlerTFromRepresentation Method

[This is preliminary documentation and is subject to change.]

Reads a transit representation that cannot otherwise be read.

Namespace: NForza.Transit
Assembly: Transit (in Transit.dll) Version: 0.8.1-alpha
Syntax
C#
T FromRepresentation(
	string tag,
	Object representation
)

Parameters

tag
Type: SystemString
The transit value's tag.
representation
Type: SystemObject
The transit value's representation.

Return Value

Type: T
The resulting generic object.
See Also