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