PortableObjectDocumentDeserializationTransform SetFieldValue Method NFX Class Library

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

Handles the assignemnt from ReflectedData into CLR fieldInfo. Override to make conversions, i.e. string to bool, int to string etc... Return true to indicate that default framework implementation should not be called

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

public abstract bool SetFieldValue(
	ReadingStrategy readingStrategy,
	Object instance,
	FieldInfo fieldInfo,
	CompositeReflectedData data,
	MetaComplexType..::..MetaField mfield
)

Return Value

Type: OnlineBoolean
See Also