mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-08 10:49:59 +00:00
4 lines
91 B
OCaml
4 lines
91 B
OCaml
type t = Pack.t
|
|
|
|
val deserialize_string : string -> t
|
|
val serialize_string : t -> string
|