SerializableObjectData Structure
Provides information about a serializable object.
Assembly: System.AddIn.Contract (in System.AddIn.Contract.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Indicates whether this instance and a specified object are equal.(Inherited from ValueType.) |
![]() | GetHashCode() | Returns the hash code for this instance.(Inherited from ValueType.) |
![]() | GetType() | |
![]() | ToString() | Returns the fully qualified type name of this instance.(Inherited from ValueType.) |
| Name | Description | |
|---|---|---|
![]() | DimensionLengths | Represents an array that contains the length of each of the dimensions of the serializable array that this SerializableObjectData describes. |
![]() | DimensionLowerBounds | Represents an array that contains the lower bound of each of the dimensions of the serializable array that this SerializableObjectData describes. |
![]() | ElementIndexes | Represents an array that contains the indexes of the parent array that contains the serializable object that this SerializableObjectData describes. |
![]() | IsArray | Indicates whether the SerializableObjectData describes a serializable array. |
![]() | IsArrayElement | Indicates whether the SerializableObjectData describes an element in a serializable array. |
![]() | MemberName | Represents the member name of the serializable object that this SerializableObjectData describes. |
![]() | ObjectId | Represents the ID of the serializable object that this SerializableObjectData describes. |
![]() | ParentId | Represents the ID of the parent of the serializable object that this SerializableObjectData describes. |
The SerializableObjectData structure contains data that can be used to deserialize a serializable object.
To get a SerializableObjectData, call the GetSerializableObjectData method of an ISerializableObjectContract.
The only SerializableObjectData field that contains a value for every serializable object is the ObjectId field.
Available since 3.5
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

