Would it be possible to serialize Jint JS engine into a string or a file, and deserialize and load it at a later point? if this is not possible with Jint, is it possible with any other .NET JavaScript interpreters?
Asked
Active
Viewed 202 times
3
-
what exactly you want to serialize/deserialize? do you mean JSON serialization? – Pranay Kumar Apr 24 '18 at 18:56
-
The execution context. – CactusBlue Apr 24 '18 at 22:26