Class CompositeCustomData
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
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: Azos.Serialization.POD
Assembly: Azos.dll
Syntax
[Serializable]
public sealed class CompositeCustomData : CompositeData
Properties
CustomData
Returns custom data that this instance contains, or null if this instance is a reference to another object
Declaration
public Dictionary<string, CustomTypedEntry> CustomData { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, CustomTypedEntry> |