binary-instances-1.0.2: Orphan instances for binary
Safe HaskellNone
LanguageHaskell2010

Data.Binary.Instances.Aeson

Orphan instances

Binary Value Source # 
Instance details

Methods

put :: Value -> Put #

get :: Get Value #

putList :: [Value] -> Put #

Binary Key Source # 
Instance details

Methods

put :: Key -> Put #

get :: Get Key #

putList :: [Key] -> Put #

Binary v => Binary (KeyMap v) Source # 
Instance details

Methods

put :: KeyMap v -> Put #

get :: Get (KeyMap v) #

putList :: [KeyMap v] -> Put #