Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Expose API to save a POCO to c.json format #63

Closed
David-Desmaisons opened this issue Jan 12, 2018 · 2 comments
Closed

Expose API to save a POCO to c.json format #63

David-Desmaisons opened this issue Jan 12, 2018 · 2 comments
Assignees

Comments

@David-Desmaisons
Copy link
Member

Part of issue #61 .

@David-Desmaisons
Copy link
Member Author

Next version will bring class CJsonConverter with two methods:
-string ToCjson(object @object)
-string ToRootVmCjson(object @object)

The first method provides raw serialization to cjson.
The second provides additional information as if the corresponding object was the datacontext root vm. As such it can be used as entry data for neutronium-vm-loader.

@David-Desmaisons
Copy link
Member Author

Provided in version 1.3.0

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

1 participant