Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val write_paging :
(Stdlib.Buffer.t -> 'a -> unit) ->
Stdlib.Buffer.t ->
'a paging ->
unit
Output a JSON value of type paging
.
val string_of_paging :
(Stdlib.Buffer.t -> 'a -> unit) ->
?len:int ->
'a paging ->
string
Serialize a value of type paging
into a JSON string.