Table of Contents

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

id ObjectId
objectType Type
serializerType Type

Fields

Id

The id of the object.

public readonly ObjectId Id

Field Value

ObjectId

ObjectType

The type of the object.

public readonly Type ObjectType

Field Value

Type

SerializerType

The type of the serialized object.

public readonly Type SerializerType

Field Value

Type