Struct AssemblySerializerEntry
- Namespace
 - Stride.Core.Serialization
 
- Assembly
 - Stride.Core.dll
 
An entry to a serialized object.
public struct AssemblySerializerEntry
  - Inherited Members
 
Constructors
AssemblySerializerEntry(ObjectId, Type, Type)
Initializes a new instance of the AssemblySerializerEntry struct.
public AssemblySerializerEntry(ObjectId id, Type objectType, Type serializerType)
  Parameters
Fields
Id
The id of the object.
public readonly ObjectId Id
  Field Value
ObjectType
The type of the object.
public readonly Type ObjectType
  Field Value
SerializerType
The type of the serialized object.
public readonly Type SerializerType