ppx_protocol_conv
Serialization and de-serialization of ocaml types to/from json, msgpack and xml_light.
Description
The syntax extension generates code to serialize and de-serialize types. The ppx itself does not contain any protocol specific code, but relies on 'drivers' that defines serialization and de-serialisation of basic types and structures.
The library provides the following drivers for serialization and deserialization:
- json (Yojson.Safe.json)
- xml_light (Xml.xml)
- msgpack (Msgpck.t)
Install
copied = false, 2000)"
:class="{ 'border-gray-700': !copied, 'text-gray-100': !copied, 'focus:ring-orange-500': !copied, 'focus:border-orange-500': !copied, 'border-green-600': copied, 'text-green-600': copied, 'focus:ring-green-500': copied, 'focus:border-green-500': copied }">
- Published
- 27 Nov 2017
- Authors
- Maintainers
Sources
Dependencies
Reverse Dependencies
aws-s3
>= "1.1.1" & < "3.0.0"
ppx_deriving_protocol
>= "0.8.1"