Releases: bright/vb6serializer
Releases · bright/vb6serializer
Charset change
Fix experimental annotations usage
1.1.2 Remove unwanted api marker
Switch to column-major order for multi dimensional collections
What's Changed
Full Changelog: 1.1.0...1.1.1
Dynamic size provider
This release adds ability to control collection sizes at runtime via a custom implementation plugged in.
Support strings with variable length
This mimic VB6 behavior. The length of the variable length string will be encoded in 2 bytes. The content of the string follows.