PortableObjectDocumentDeserializationTransform ConstructObjectInstance Method NFX Class Library

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

Override to construct new object instance from CompositeData. Return null to let the default implementatiom/ctor be invoked by the framework

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

public abstract Object ConstructObjectInstance(
	CompositeData data
)

Return Value

Type: OnlineObject
See Also