PortableObjectDocument ToOriginalObject Method NFX Class Library

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

Deserializes PortableObjectDocument into original graph of arbitrary CLR objects trying to preserve/convert as much data as possible using optionally supplied strategy

Namespace: NFX.Serialization.POD
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public Object ToOriginalObject(
	ReadingStrategy strategy = null
)

Return Value

Type: OnlineObject
See Also