PortableObjectDocumentDeserializationTransform DeserializeFromCompositeCustomData Method NFX Class Library

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

Handles the deserialization of the object instance from CompoisteCustomData bag. Returns true to indicate that deserialization was handled completely here and 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 DeserializeFromCompositeCustomData(
	Object instance,
	CompositeCustomData data
)

Return Value

Type: OnlineBoolean
See Also