Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    MemberSerializer Class

    Namespace: Stride.Core.Serialization
    Assembly: Stride.Core.dll
    System.Object → MemberSerializer
    Derived from MemberSerializer:

    public class MemberSerializer
    Name Description
    Fields
    CachedTypes
    ExternalIdentifiables
    ObjectDeserializeCallback
    ObjectDeserializeReferences
    ObjectSerializeReferences
    ReverseCachedTypes
    | Improve this Doc View Source

    Fields


    CachedTypes

    public static readonly Dictionary<string, Type> CachedTypes
    Field Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, System.Type>

    ExternalIdentifiables

    public static PropertyKey<Dictionary<Guid, IIdentifiable>> ExternalIdentifiables
    Field Value
    Type Description
    PropertyKey<System.Collections.Generic.Dictionary<System.Guid, IIdentifiable>>

    ObjectDeserializeCallback

    public static PropertyKey<Action<int, object>> ObjectDeserializeCallback
    Field Value
    Type Description
    PropertyKey<System.Action<System.Int32, System.Object>>

    ObjectDeserializeReferences

    public static PropertyKey<List<object>> ObjectDeserializeReferences
    Field Value
    Type Description
    PropertyKey<System.Collections.Generic.List<System.Object>>

    ObjectSerializeReferences

    public static PropertyKey<Dictionary<object, int>> ObjectSerializeReferences
    Field Value
    Type Description
    PropertyKey<System.Collections.Generic.Dictionary<System.Object, System.Int32>>

    ReverseCachedTypes

    public static readonly Dictionary<Type, string> ReverseCachedTypes
    Field Value
    Type Description
    System.Collections.Generic.Dictionary<System.Type, System.String>

    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