AssemblySerializerEntry Struct
Namespace: Stride.Core.SerializationAssembly: Stride.Core.dll
An entry to a serialized object.
public struct AssemblySerializerEntry
Name | Description | |
---|---|---|
Constructors | ||
AssemblySerializerEntry(ObjectId, Type, Type) | Initializes a new instance of the AssemblySerializerEntry struct. |
|
Fields | ||
Id | The id of the object. |
|
ObjectType | The type of the object. |
|
SerializerType | The type of the serialized object. |
Constructors
AssemblySerializerEntry(ObjectId, Type, Type)
Initializes a new instance of the AssemblySerializerEntry struct.
public AssemblySerializerEntry(ObjectId id, Type objectType, Type serializerType)
Parameters
Type | Name | Description |
---|---|---|
ObjectId | id | |
System.Type | objectType | |
System.Type | serializerType |
Fields
Id
The id of the object.
public readonly ObjectId Id
Field Value
Type | Description |
---|---|
ObjectId |
ObjectType
The type of the object.
public readonly Type ObjectType
Field Value
Type | Description |
---|---|
System.Type |
SerializerType
The type of the serialized object.
public readonly Type SerializerType
Field Value
Type | Description |
---|---|
System.Type |
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()