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.de/De/module-type-Deserializer/index.html

Module type De.DeserializerSource

Sourcetype state
Sourceval deserialize_any : 'value 'error. state -> (module De__.Intf.Rec.Deserializer_intf with type state = state) -> (module De__.Intf.Rec.Visitor_intf with type value = 'value) -> ('value, 'error Error.de_error) result
Sourceval deserialize_bool : 'value 'error. state -> (module De__.Intf.Rec.Deserializer_intf with type state = state) -> (module De__.Intf.Rec.Visitor_intf with type value = 'value) -> ('value, 'error Error.de_error) result
Sourceval deserialize_char : 'value 'error. state -> (module De__.Intf.Rec.Deserializer_intf with type state = state) -> (module De__.Intf.Rec.Visitor_intf with type value = 'value) -> ('value, 'error Error.de_error) result
Sourceval deserialize_int : 'value 'error. state -> (module De__.Intf.Rec.Deserializer_intf with type state = state) -> (module De__.Intf.Rec.Visitor_intf with type value = 'value) -> ('value, 'error Error.de_error) result
Sourceval deserialize_float : 'value 'error. state -> (module De__.Intf.Rec.Deserializer_intf with type state = state) -> (module De__.Intf.Rec.Visitor_intf with type value = 'value) -> ('value, 'error Error.de_error) result
Sourceval deserialize_string : 'value 'error. state -> (module De__.Intf.Rec.Deserializer_intf with type state = state) -> (module De__.Intf.Rec.Visitor_intf with type value = 'value) -> ('value, 'error Error.de_error) result
Sourceval deserialize_unit : 'value 'error. state -> (module De__.Intf.Rec.Deserializer_intf with type state = state) -> (module De__.Intf.Rec.Visitor_intf with type value = 'value) -> ('value, 'error Error.de_error) result
Sourceval deserialize_tuple : 'value 'error. state -> (module De__.Intf.Rec.Deserializer_intf with type state = state) -> (module De__.Intf.Rec.Visitor_intf with type value = 'value) -> ('value, 'error Error.de_error) result
Sourceval deserialize_variant : 'value 'tag. state -> (module De__.Intf.Rec.Deserializer_intf with type state = state) -> (module De__.Intf.Rec.Visitor_intf with type tag = 'tag and type value = 'value) -> (module De__.Intf.Rec.Visitor_intf with type value = 'tag) -> name:string -> variants:string list -> ('value, 'error Error.de_error) result
Sourceval deserialize_unit_variant : 'value 'error. state -> (module De__.Intf.Rec.Deserializer_intf with type state = state) -> (module De__.Intf.Rec.Visitor_intf with type value = 'value) -> ('value, 'error Error.de_error) result
Sourceval deserialize_tuple_variant : 'value 'error. state -> (module De__.Intf.Rec.Deserializer_intf with type state = state) -> (module De__.Intf.Rec.Visitor_intf with type value = 'value) -> ('value, 'error Error.de_error) result
Sourceval deserialize_record_variant : 'value 'error. state -> (module De__.Intf.Rec.Deserializer_intf with type state = state) -> (module De__.Intf.Rec.Visitor_intf with type value = 'value) -> ('value, 'error Error.de_error) result
Sourceval deserialize_record : 'value 'field 'error. state -> (module De__.Intf.Rec.Deserializer_intf with type state = state) -> (module De__.Intf.Rec.Visitor_intf with type tag = 'field and type value = 'value) -> (module De__.Intf.Rec.Visitor_intf with type value = 'field) -> name:string -> fields:string list -> ('value, 'error Error.de_error) result
Sourceval deserialize_seq : 'value 'error. state -> (module De__.Intf.Rec.Deserializer_intf with type state = state) -> (module De__.Intf.Rec.Visitor_intf with type value = 'value) -> ('value, 'error Error.de_error) result
Sourceval deserialize_map : 'value 'error. state -> (module De__.Intf.Rec.Deserializer_intf with type state = state) -> (module De__.Intf.Rec.Visitor_intf with type value = 'value) -> ('value, 'error Error.de_error) result
Sourceval deserialize_identifier : 'value 'error. state -> (module De__.Intf.Rec.Deserializer_intf with type state = state) -> (module De__.Intf.Rec.Visitor_intf with type value = 'value) -> ('value, 'error Error.de_error) result
Sourceval state : state
OCaml

Innovation. Community. Security.