PortableObjectDocument NativeDataToPortableData Method NFX Class Library

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

Transforms a native value, such as object, primitive, struct etc.. into a value that can be stored in the PortableObjectDocument. The complex types are stored as CompositeData, primitives are stored as-is (boxed)

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

public Object NativeDataToPortableData(
	Object data
)

Return Value

Type: OnlineObject
See Also