Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type external_ids = External_ids_t.external_ids
val write_external_ids : Bi_outbuf.t -> external_ids -> unit
Output a JSON value of type external_ids
.
val string_of_external_ids : ?len:int -> external_ids -> string
Serialize a value of type external_ids
into a JSON string.
val read_external_ids :
Yojson.Safe.lexer_state ->
Lexing.lexbuf ->
external_ids
Input JSON data of type external_ids
.
val external_ids_of_string : string -> external_ids
Deserialize JSON data of type external_ids
.