Module
Presto.Core.Utils.Encoding
- Package
- purescript-presto
- Repository
- juspay/purescript-presto
#defaultDecode Source
defaultDecode :: forall b a. Generic a b => GenericDecode b => Foreign -> F a
#defaultEncode Source
defaultEncode :: forall b a. Generic a b => GenericEncode b => a -> Foreign
#defaultEnumDecode Source
defaultEnumDecode :: forall b a. Generic a b => GenericDecodeEnum b => Foreign -> F a
#defaultEnumEncode Source
defaultEnumEncode :: forall b a. Generic a b => GenericEncodeEnum b => a -> Foreign
#defaultDecodeJSON Source
defaultDecodeJSON :: forall b a. Generic a b => GenericDecode b => String -> F a
#defaultEncodeJSON Source
defaultEncodeJSON :: forall b a. Generic a b => GenericEncode b => a -> String
- Modules
- Presto.
Core. Flow - Presto.
Core. Language. Runtime. API - Presto.
Core. Language. Runtime. Interpreter - Presto.
Core. LocalStorage - Presto.
Core. Operators - Presto.
Core. Types. API - Presto.
Core. Types. Language. APIInteract - Presto.
Core. Types. Language. Flow - Presto.
Core. Types. Language. Interaction - Presto.
Core. Types. Language. Storage - Presto.
Core. Types. Permission - Presto.
Core. Utils. Encoding