IDefaultReadHandlerTFromRepresentation Method |
[This is preliminary documentation and is subject to change.]
Reads a transit representation that cannot otherwise be read.
Namespace: NForza.TransitAssembly: Transit (in Transit.dll) Version: 0.8.1-alpha
SyntaxT 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:
TThe resulting generic object.
See Also