package thrift

  1. Overview
  2. Docs
inherit P.t
val ibyte : bytes
method writeBool : bool -> unit
method writeByte : int -> unit
method writeI16 : int -> unit
method writeI32 : Int32.t -> unit
method writeI64 : Int64.t -> unit
method writeDouble : float -> unit
method writeString : string -> unit
method writeBinary : string -> unit
method writeMessageBegin : (string * P.message_type * int) -> unit
method writeMessageEnd : unit
method writeStructBegin : string -> unit
method writeStructEnd : unit
method writeFieldBegin : (string * P.t_type * int) -> unit
method writeFieldEnd : unit
method writeFieldStop : unit
method writeMapBegin : (P.t_type * P.t_type * int) -> unit
method writeMapEnd : unit
method writeListBegin : (P.t_type * int) -> unit
method writeListEnd : unit
method writeSetBegin : (P.t_type * int) -> unit
method writeSetEnd : unit
method readByte : int
method readI16 : int
method readI32 : Int32.t
method readI64 : Int64.t
method readDouble : float
method readBool : bool
method readString : string
method readBinary : string
method readMessageBegin : string * P.message_type * int
method readMessageEnd : unit
method readStructBegin : string
method readStructEnd : unit
method readFieldBegin : string * P.t_type * int
method readFieldEnd : unit
method readMapBegin : P.t_type * P.t_type * int
method readMapEnd : unit
method readListBegin : P.t_type * int
method readListEnd : unit
method readSetBegin : P.t_type * int
method readSetEnd : unit