Skip to content
Joris Gillis edited this page Sep 16, 2022 · 2 revisions

Standard documentation for Sparsity.serialize:

 Serialize an object.

 serialize(self) -> str
 serialize(self, casadi::SerializingStream & s)

Extra doc: https://github.com/casadi/casadi/wiki/L_c5

Doc source: https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity.hpp#L425

Implementation: https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity.cpp#L1886-L1892

.......

::

 serialize(self)

Serialize.

Extra doc: https://github.com/casadi/casadi/wiki/L_c2

Doc source: https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity.hpp#L410

Implementation: https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity.cpp#L1904-L1908

.............

.......

::

 serialize(self, casadi::SerializingStream & s)

Serialize an object.

Extra doc: https://github.com/casadi/casadi/wiki/L_c5

Doc source: https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity.hpp#L425

Implementation: https://github.com/casadi/casadi/blob/develop/casadi/core/sparsity.cpp#L1886-L1892

.............

Extra documentation

To edit, see writing tips.

Clone this wiki locally