STARIONGROUP / SysML2.NET

A .NET implementation of the OMG SysML2 specification
https://www.stariongroup.eu
Apache License 2.0
15 stars 2 forks source link

[CodeGenerate] Dictionary readers and writers #12

Closed samatstariongroup closed 1 year ago

samatstariongroup commented 1 year ago

Prerequisites

Description

Code generate a library of DTO Dictionary readers and writers to serialize DTO's to a Dictionary<string, object> which can be used to support a Neo4J implementation.

Steps to Reproduce

NA

System Configuration

NA

samatstariongroup commented 1 year ago

fixed in fb8ab15