Class MemberSerializer
- Namespace
 - Stride.Core.Serialization
 
- Assembly
 - Stride.Core.dll
 
public static class MemberSerializer
  - Inheritance
 - 
      objectMemberSerializer
 
Fields
CachedTypes
public static readonly Dictionary<string, Type> CachedTypes
  Field Value
ExternalIdentifiables
public static PropertyKey<Dictionary<Guid, IIdentifiable>> ExternalIdentifiables
  Field Value
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