strangemonad / runway

Domain models and their values
1 stars 0 forks source link

Explore how to embed a language specific type in a complex type #11

Closed strangemonad closed 6 years ago

strangemonad commented 6 years ago

E.g. use a java Instant in the grenerated javba model

Something like: assuming a model type AND a valid to/from conversion pair to a target language type, the target language type can be used in place of the model type in the generated complex type.

Serialization is done in terms of the model type.

Generation options (shadow | both)

strangemonad commented 6 years ago

dupe of #5