Module Smithy_api.Query_deserializers

val unit__of_xml : 'a -> unit
val string__of_xml : Xmlm.input -> string
val integer_of_xml : Xmlm.input -> int
val long_of_xml : Xmlm.input -> int64
val primitive_long_of_xml : Xmlm.input -> int64
val bigint_of_xml : Xmlm.input -> Z.t
val bigdecimal_of_xml : Xmlm.input -> CoreTypes.BigDecimal.t
val short_of_xml : Xmlm.input -> int
val byte_of_xml : Xmlm.input -> int
val float__of_xml : Xmlm.input -> float
val double_of_xml : Xmlm.input -> float
val boolean__of_xml : Xmlm.input -> bool
val primitive_boolean_of_xml : Xmlm.input -> bool
val blob_of_xml : Xmlm.input -> bytes
val timestamp_of_xml : Xmlm.input -> Ptime.t
val timestamp_epoch_seconds_of_xml : Xmlm.input -> Ptime.t
val timestamp_iso_8601_of_xml : Xmlm.input -> Ptime.t
val timestamp_http_date_of_xml : Xmlm.input -> Ptime.t