module Binable0: sig
.. end
include Bin_prot.Binable
module List: ListLabels
module Of_stringable: functor (
M
:
Stringable.S
) ->
Bin_prot.Utils.Make_binable
(
sig
module Binable: sig
.. end
type
t = M.t
val to_binable : M.t -> string
exception Of_binable of string * exn
val of_binable : string -> M.t
end
)
type
bigstring = (char, Bigarray.int8_unsigned_elt, Bigarray.c_layout) Bigarray.Array1.t
type 'a
m = (module S with type t = 'a)
val of_bigstring : (module S with type t = 'a) -> Bin_prot.Common.buf -> 'a
val create_bigstring : int ->
(char, Bigarray.int8_unsigned_elt, Bigarray.c_layout) Bigarray.Array1.t
val to_bigstring : ?prefix_with_length:bool ->
(module S with type t = 'a) ->
'a -> (char, Bigarray.int8_unsigned_elt, Bigarray.c_layout) Bigarray.Array1.t