-
Hi there, nice work! I can see that all model classes are serializable , is there already an example code how to read / write the model from/to a file ? |
Beta Was this translation helpful? Give feedback.
Answered by
epsi1on
Sep 3, 2021
Replies: 2 comments 2 replies
-
Hello,
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
epsi1on
-
inactivity |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
No code example yet, but simply call
Model.Save()
andModel.Load()
methods to load save from streams, should look like something like this .net pseodo code: