MemberSerializer Class
Namespace: Stride.Core.Serialization
Assembly: Stride.Core.dll
System.Object →
MemberSerializer
Derived from MemberSerializer:
public class MemberSerializer
|
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
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