We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1489bcd commit a233eb0Copy full SHA for a233eb0
README.md
@@ -166,9 +166,8 @@ Planned for a future release — a complete end-to-end example will be added onc
166
| int/Integer | Enum16 | ✅ | Serialize.writeInt16 |
167
| String | JSON | ❌ | N/A |
168
| Array<Type> | Array<Type> | ❌ | N/A |
169
-| Map<Type,Type> | Map<Type,Type> | ❌ | N/A |
+| Map<K,V> | Map<K,V> | ❌ | N/A |
170
| Tuple<Type,..> | Map<T1,T2,..> | ❌ | N/A |
171
172
| Object | Variant | ❌ | N/A |
173
174
* For date operation need to provide ZoneId.
0 commit comments