CHSumTypeSerializerSerialization of sum types
class type 'a mfts_int = object ... endData structure that aids in marshaling enumeration sum types to and from strings.
class 'a mcts_t : string -> object ... endData structure that aids in marshaling complex sum type tags to and from strings.
val mk_mfts : string -> ('a * string) list -> 'a mfts_intmk_fts name f returns a marshaler for enumeration sumtypes with name name and map from sumtype to string f.
val mk_fn_mfts :
string ->
('a * string) list ->
('a -> string) ->
(string -> 'a) ->
'a mfts_intval variable_type_mfts : CHLanguage.variable_type_t mfts_intmarshaler for the variable_type_t enumeration sumtype.