Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Serde.Ser
Sourceinclude module type of struct include Ser_base end
and ('value, 'state, 'output) ctx = ('value, 'state, 'output) Ser_base.ctx =
| Ctx of ('value, 'state, 'output) t
* ('state, 'output) Ser_base.serializer
* 'state
type ('state, 'output) serializer =
(module Serializer
with type output = 'output
and type state = 'state)