Releases: Cysharp/WebSerializer
Releases · Cysharp/WebSerializer
Ver.1.3.0
Ver.1.2.0
- Support
IEnumerable<KeyValuePair<TKey,TValue>>
serializeskey=value&key=value...
- Default UrlEncoder encodes
@
Ver.1.1.0
- Changed WebSerializerOptions.UrlEncoder uses custom encoder in default that encode ';'
- Changed WebSerializerOptions.CollectionSeparator is null, null write collection as name=value&name=value&...
- WebSerializer.ToQueryString(urlBase) detect '?', if exists '?', add prefix as '&'
Ver.1.0.0
Initial release.