ReadingStrategy ResolveType Method NFX Class Library

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

Resolves a MetaType instance from a particular document into CLR Type, i.e. an obsolete class named "ABC" may be resolved into newer class "ABCX"

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

public virtual Type ResolveType(
	MetaType metaType
)

Return Value

Type: OnlineType
See Also