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
- Array (any number of dimensions) or ```Collection```
194
194
-```Dictionary```
195
-
- Any class that has a ```ToDictionary() As Dictionary``` method (```Property Get``` or ```Function```). Please see [discussion](https://github.com/cristianbuse/VBA-FastJSON/discussions/2). The method is called via late-binding (```IDispatch::Invoke```)
195
+
- Any class that has a ```ToSerializable() As Variant``` method (```Property Get``` or ```Function```). Please see [discussion](https://github.com/cristianbuse/VBA-FastJSON/discussions/2) and [issue](https://github.com/cristianbuse/VBA-FastJSON/issues/6). The method is called via late-binding (```IDispatch::Invoke```)
196
196
-```vbError``` or ```vbDate``` are simply converted to ```vbString```
197
197
198
198
Please not input ```String```(s) must be ```UTF16LE``` regardless if nested or not.
0 commit comments