ReadingStrategy ResolveField Method NFX Class Library

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

Resolves a meta field definition into actual native field. Returns null wen resolution is not possible and field should be skipped

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

public virtual FieldInfo ResolveField(
	Type nativeType,
	MetaComplexType..::..MetaField mfield
)

Return Value

Type: OnlineFieldInfo
See Also