Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
include Protocol_conv.Runtime.Driver with type t = Ezjsonm.value
type t = Ezjsonm.value
exception Protocol_error of error
val error_to_string_hum : error -> Base.string
val to_string_hum : t -> Base.string
val to_int : t -> Base.int
val of_int : Base.int -> t
val to_int32 : t -> Base.int32
val of_int32 : Base.int32 -> t
val to_int64 : t -> Base.int64
val of_int64 : Base.int64 -> t
val to_nativeint : t -> Base.nativeint
val of_nativeint : Base.nativeint -> t
val to_char : t -> Base.char
val of_char : Base.char -> t
val to_string : t -> Base.string
val of_string : Base.string -> t
val to_float : t -> Base.float
val of_float : Base.float -> t
val to_bool : t -> Base.bool
val of_bool : Base.bool -> t
val to_unit : t -> Base.unit
val of_unit : Base.unit -> t
module Make
(P : Ppx_protocol_driver.Parameters) :
Protocol_conv.Runtime.Driver with type t = Ezjsonm.value