What's Changed
- Better support for array serialization by @jborean93 in #8
v0.3.1 - 2024-01-29
- Serialize any IList type as a Toml array value and not just an array
- Deserialize Toml array values that contain table/array/ values into the proper dotnet object
- Support serializing
IntPtr
andUIntPtr
instances
Full Changelog: v0.3.0...v0.3.1