Table of Contents

Class MemberSerializer

Namespace
Stride.Core.Serialization
Assembly
Stride.Core.dll
public class MemberSerializer
Inheritance
MemberSerializer

Fields

CachedTypes

public static readonly Dictionary<string, Type> CachedTypes

Field Value

Dictionary<string, Type>

ExternalIdentifiables

public static PropertyKey<Dictionary<Guid, IIdentifiable>> ExternalIdentifiables

Field Value

PropertyKey<Dictionary<Guid, IIdentifiable>>

ObjectDeserializeCallback

public static PropertyKey<Action<int, object>> ObjectDeserializeCallback

Field Value

PropertyKey<Action<int, object>>

ObjectDeserializeReferences

public static PropertyKey<List<object>> ObjectDeserializeReferences

Field Value

PropertyKey<List<object>>

ObjectSerializeReferences

public static PropertyKey<Dictionary<object, int>> ObjectSerializeReferences

Field Value

PropertyKey<Dictionary<object, int>>

ReverseCachedTypes

public static readonly Dictionary<Type, string> ReverseCachedTypes

Field Value

Dictionary<Type, string>