Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    AssemblySerializerEntry Struct

    Namespace: Stride.Core.Serialization
    Assembly: 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.

    | Improve this Doc View Source

    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
    | Improve this Doc View Source

    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()

    Extension Methods

    ComponentBaseExtensions.DisposeBy<T>(T, ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<T>(T, ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation