PortableObjectDocumentDeserializationTransform DeserializeFromCompositeReflectedData Method NFX Class Library

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

Handles the deserialization of the object instance from CompoisteReflectedData. Returns a set of fields that were handles by this implementation so that framework code can skip them. Return null or empty set when method is not implemented

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

public abstract HashSet<MetaComplexType..::..MetaField> DeserializeFromCompositeReflectedData(
	Object instance,
	CompositeReflectedData data
)

Return Value

Type: OnlineHashSet MetaComplexType MetaField 
See Also