Skip to content

Release v7.8.0

Choose a tag to compare

@github-actions github-actions released this 29 Apr 10:05
881976a

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