Module Bin_prot.Blob
include Binable.S1 with type 'a t := 'a id
val bin_shape_t : Shape.t -> Shape.tval bin_size_t : ('a, 'a t) Size.sizer1val bin_write_t : ('a, 'a t) Write.writer1val bin_read_t : ('a, 'a t) Read.reader1val __bin_read_t__ : ('a, int -> 'a t) Read.reader1val bin_writer_t : ('a, 'a t) Type_class.S1.writerval bin_reader_t : ('a, 'a t) Type_class.S1.readerval bin_t : ('a, 'a t) Type_class.S1.t
module Opaque : sig ... endAn
Opaque.Bigstring.torOpaque.String.tis an arbitrary piece of bin-prot. The bin-prot (de-)serializers simply read/write the data, prefixed with its size.
module Ignored : sig ... endAn
Ignored.tis an unusable value with special bin-prot converters. The reader reads the size and drops that much data from the buffer. Writing is not supported, however the size oftis kept, sobin_size_tis available.