[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 automatically using reflection.
This class is NOT used for native types that perform custom serialization using ISerializable interface,
for that CompositeCustomData is used
System Object NFX.Serialization.POD CompositeData NFX.Serialization.POD CompositeReflectedDataNamespace: NFX.Serialization.PODAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
[SerializableAttribute]
public sealed class CompositeReflectedData : CompositeData
[SerializableAttribute]
public sealed class CompositeReflectedData : CompositeData
<SerializableAttribute>
Public NotInheritable Class CompositeReflectedData
Inherits CompositeData
<SerializableAttribute>
Public NotInheritable Class CompositeReflectedData
Inherits CompositeData
[SerializableAttribute]
public ref class CompositeReflectedData sealed : public CompositeData
[SerializableAttribute]
public ref class CompositeReflectedData sealed : public CompositeData
[<SealedAttribute>]
[<SerializableAttribute>]
type CompositeReflectedData =
class
inherit CompositeData
end
[<SealedAttribute>]
[<SerializableAttribute>]
type CompositeReflectedData =
class
inherit CompositeData
end