Module Tws_prot.Pickler

module Pickler: sig .. end

module Spec: sig .. end
type 'a t 
val create : ?buf_size:int ->
?name:string -> 'a Spec.t -> 'a t
val run : 'a t -> 'a -> Tws_prot.raw_tws