CompositeCustomData ClassNFX Class Library

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

Represents a composite (non primitive) data stored in Portable Object Document. This data is obtained from native types using ISerializable interface or running PortableObjectDocumentTransform attribute. This class is NOT used for native types that perform default reflection-based serialization, for that CompositeReflectedData is used
Inheritance Hierarchy

OnlineSystem Object
  NFX.Serialization.POD CompositeData
    NFX.Serialization.POD CompositeCustomData

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

[SerializableAttribute]
public sealed class CompositeCustomData : CompositeData
See Also