Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Serde_xml.Ser
Sourceval serialize_tuple :
(module Serde.Ser.Mapper with type error = error and type output = output) ->
output ->
size:int ->
elements:Serde.Ser.data list ->
(output, error Serde.Ser.ser_error) result
val serialize_tuple_variant :
(module Serde.Ser.Mapper with type error = error and type output = output) ->
output ->
type_name:string ->
variant_index:int ->
variant_name:string ->
variant_size:int ->
fields:Serde.Ser.data list ->
(output, error Serde.Ser.ser_error) result
val serialize_record_variant :
(module Serde.Ser.Mapper with type error = error and type output = output) ->
output ->
type_name:string ->
variant_index:int ->
variant_name:string ->
variant_size:int ->
fields:(string * Serde.Ser.data) list ->
(output, error Serde.Ser.ser_error) result
val serialize_record :
(module Serde.Ser.Mapper with type error = error and type output = output) ->
output ->
type_name:string ->
record_size:int ->
fields:(string * Serde.Ser.data) list ->
(output, error Serde.Ser.ser_error) result