Class CompositeReflectedData
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
Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: NFX.Serialization.POD
Assembly: NFX.dll
Syntax
[Serializable]
public sealed class CompositeReflectedData : CompositeData
  Fields
m_FieldData
Declaration
public object[] m_FieldData
  Field Value
| Type | Description | 
|---|---|
| System.Object[] | 
Properties
FieldData
Returns field data that this instance contains, or null if this instance is a reference to another object
Declaration
public object[] FieldData { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Object[] |