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 -> int
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 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