ProblemSaveAsByteArray Method |
Save the Problem to a byte array. The Problem is converted to
a JSON format and then the JSON format is converted to a byte array.
Namespace:
VRSolver
Assembly:
VRSolver (in VRSolver.dll) Version: 1.13.0.0
Syntaxpublic byte[] SaveAsByteArray()
Public Function SaveAsByteArray As Byte()
public:
array<unsigned char>^ SaveAsByteArray()
member SaveAsByteArray : unit -> byte[]
Return Value
Type:
ByteThe problem as a byte array.
See Also