You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Part of issue #61 .
The text was updated successfully, but these errors were encountered: