You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
ComplexKeyDictionaryJsonConverterFactory for JSON serialization of IDictionary<TKey,TValue> where TKey is a complex type, encoding keys as JSON strings
ValueMap<K,V> TypeScript type with complex-key equality support using JSON-stringify comparison
genericArguments option on the @field() decorator for typed key/value deserialization of ValueMap fields
Full serialization/deserialization support for ValueMap in JsonSerializer