Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    IDataSerializerGenericInstantiation Interface

    Namespace: Stride.Core.Serialization
    Assembly: Stride.Core.dll

    Allows enumeration of required data serializers.

    public interface IDataSerializerGenericInstantiation
    Name Description
    Methods
    EnumerateGenericInstantiations(SerializerSelector, IList<Type>)

    Enumerates required DataSerializer required by this instance of DataSerializer.

    | Improve this Doc View Source

    Methods


    EnumerateGenericInstantiations(SerializerSelector, IList<Type>)

    Enumerates required DataSerializer required by this instance of DataSerializer.

    void EnumerateGenericInstantiations(SerializerSelector serializerSelector, IList<Type> genericInstantiations)
    Parameters
    Type Name Description
    SerializerSelector serializerSelector
    System.Collections.Generic.IList<System.Type> genericInstantiations
    Remarks

    The code won't be executed, it will only be scanned for typeof() operands by the assembly processor. Null is authorized in enumeration (for now).


    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