PortableObjectDocumentSerializationTransform SerializeCustomObjectData Method NFX Class Library

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

Override to provide custome seriallization of type marked with this attribute into custom name/value bag

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

public abstract void SerializeCustomObjectData(
	PortableObjectDocument document,
	Object source,
	Dictionary<string, CustomTypedEntry> data
)

Parameters

document
Type: NFX.Serialization.POD PortableObjectDocument
Document context that this operation executes under
source
Type: OnlineSystem Object
Source native data to serialize / populate data from
data
Type: OnlineSystem.Collections.Generic Dictionary OnlineString, CustomTypedEntry 
Name/value bag to write data into
See Also