Skip to content

Implement marshaling for std::map to Dictionary in Mapper#20

Open
kisielewski wants to merge 2 commits intoUpdate-Version-2-6-5from
feat/19-map-to-dictionary-marshaling
Open

Implement marshaling for std::map to Dictionary in Mapper#20
kisielewski wants to merge 2 commits intoUpdate-Version-2-6-5from
feat/19-map-to-dictionary-marshaling

Conversation

@kisielewski
Copy link
Copy Markdown
Member

This pull request introduces marshaling support within the Mapper class to handle the conversion of C++ dynamic maps to C# collections.

Changes include:

  • Implementation of one-way mapping from std::map<std::string, T> to Dictionary<string, T>.
  • Updates to the Mapper logic to ensure correct data type handling during the transition from C++ to C#.

Closes #19

Introduces logic within the `Mapper` class to convert C++ dynamic map objects into C# Dictionary instances.

Refs: #19
@kisielewski kisielewski requested a review from Loxx-KO February 5, 2026 16:12
@kisielewski kisielewski self-assigned this Feb 5, 2026
@kisielewski kisielewski linked an issue Feb 5, 2026 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement C++ std::map to C# Dictionary marshaling in Mapper class

2 participants