module type WITH_VERSIONED_SERIALIZATION = sig .. end
sig
end
type t
val to_json : t -> Yojson.Safe.json
t -> Yojson.Safe.json
val of_json_exn : Yojson.Safe.json -> t
Yojson.Safe.json -> t
val serialize : t -> string
t -> string
val deserialize_exn : string -> t
string -> t