SerializableObjectData 结构
定义
提供有关可序列化对象的信息。Provides information about a serializable object.
public value class SerializableObjectData
[System.Serializable]
public struct SerializableObjectData
[<System.Serializable>]
type SerializableObjectData = struct
Public Structure SerializableObjectData
- 继承
- 属性
注解
SerializableObjectData结构包含可用于反序列化对象的数据。The SerializableObjectData structure contains data that can be used to deserialize a serializable object.
若要获取 SerializableObjectData ,请调用的 GetSerializableObjectData 方法 ISerializableObjectContract 。To get a SerializableObjectData, call the GetSerializableObjectData method of an ISerializableObjectContract.
唯一 SerializableObjectData 包含每个可序列化对象的值的字段是 ObjectId 字段。The only SerializableObjectData field that contains a value for every serializable object is the ObjectId field.
字段
| DimensionLengths |
表示一个数组,该数组包含此 SerializableObjectData 描述的可序列化数组的每个维度的长度。Represents an array that contains the length of each of the dimensions of the serializable array that this SerializableObjectData describes. |
| DimensionLowerBounds |
表示一个数组,该数组包含此 SerializableObjectData 描述的可序列化数组的每个维度的下限。Represents an array that contains the lower bound of each of the dimensions of the serializable array that this SerializableObjectData describes. |
| ElementIndexes |
表示一个包含父数组的索引的数组,该父数组包含此 SerializableObjectData 描述的可序列化对象。Represents an array that contains the indexes of the parent array that contains the serializable object that this SerializableObjectData describes. |
| IsArray |
指示 SerializableObjectData 是否描述可序列化数组。Indicates whether the SerializableObjectData describes a serializable array. |
| IsArrayElement |
指示 SerializableObjectData 是否描述可序列化数组中的元素。Indicates whether the SerializableObjectData describes an element in a serializable array. |
| MemberName |
表示此 SerializableObjectData 描述的可序列化对象的成员名称。Represents the member name of the serializable object that this SerializableObjectData describes. |
| ObjectId |
表示此 SerializableObjectData 描述的可序列化对象的 ID。Represents the ID of the serializable object that this SerializableObjectData describes. |
| ParentId |
表示此 SerializableObjectData 描述的可序列化对象的父级的 ID。Represents the ID of the parent of the serializable object that this SerializableObjectData describes. |