Module tcl::ser

source ·
Expand description

Serialize Obj into Tcl string.

Structs§

  • A Wrapper of Tcl_DString structure, which represents a dynamic string in Tcl.
  • A structure for serializing Obj into Tcl string.

Functions§

  • Serialize the given data structure as a Tcl string, returning the length and address of a MUTF-8, C-style string.
  • Serialize the given data structure as a Tcl string.