package serde

  1. Overview
  2. Docs
A serialization framework for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

serde-0.0.1.tbz
sha256=14c12871e403a531994acc99ca9d140ea00ea4f6a794d38f01f606eb33615dbd
sha512=fea87f5067ed2c27b76dcb0ff96c6d39c939f62aecced8cd19790e20af794fbfaa99d727c04461e42ab115c97f39d0fe68f93f016ed2cb1471d8cc0d55b19b10

doc/serde/Serde/index.html

Module SerdeSource

Sourcemodule Ser : sig ... end
Sourcemodule De = De
Sourceval serialize : (module Ser.Intf with type error = 'a and type output = 'b) -> Ser.data -> ('b, 'a Ser.ser_error) result
Sourcetype data
Sourcemodule type Serializable = sig ... end
Sourceval (let*) : ('a, 'b) result -> ('a -> ('c, 'b) result) -> ('c, 'b) result
OCaml

Innovation. Community. Security.