Namespace: | Sirenix.Serialization |
Assembly: | Sirenix.Serialization |
public static class DictionaryKeyUtility
public static string GetDictionaryKeyString(object key)
System.Object | key |
System.String |
public static object GetDictionaryKeyValue(string keyStr, Type expectedType)
System.String | keyStr | |
System.Type | expectedType |
System.Object |
public static IEnumerable<Type> GetPersistentPathKeyTypes()
System.Collections.Generic.IEnumerable<System.Type> |
public static bool KeyTypeSupportsPersistentPaths(Type type)
System.Type | type |
System.Boolean |