Hoogle Search
Within LTS Haskell 24.2 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
data-serializer Data.Serializer Serializable type. put must work under assumption that it will be followed by more output.
Serializable :: IsolationLevelhasql-transaction Hasql.Transaction.Sessions No documentation available.
-
TCache Data.TCache.DefaultPersistence Serialize is an alternative to the IResource class for defining persistence in TCache. The deserialization must be as lazy as possible. serialization/deserialization are not performance critical in TCache Read, Show, instances are implicit instances of Serializable
serialize = pack . show deserialize= read . unpack
Since write and read to disk of to/from the cache are not be very frequent The performance of serialization is not critical. -
TCache Data.TCache.Defs Serialize is an alternative to the IResource class for defining persistence in TCache. The deserialization must be as lazy as possible. serialization/deserialization are not performance critical in TCache Read, Show, instances are implicit instances of Serializable
serialize = pack . show deserialize= read . unpack
Since write and read to disk of to/from the cache are not be very frequent The performance of serialization is not critical. type
Serializable a = (Binary a, Typeable a)distributed-closure Control.Distributed.Closure Values that can be sent across the network.
type
Serializable a = (Binary a, Typeable a)distributed-closure Control.Distributed.Closure.Internal Values that can be sent across the network.
module Data.DynamicState.
Serializable This module is HashMap ConcreteTypeRep Dynamic with a twist. The Dynamic used can also be ByteString, to make repeated reserialization cheap. A user-provided State-like is used to store this.
Serializable :: IsolationLevelpersistent-mtl Database.Persist.Sql.Shim No documentation available.
-
distributed-process Control.Distributed.Process.Closure Reification of Serializable (see Control.Distributed.Process.Closure)
SerializableDict :: forall a . Serializable a => SerializableDict adistributed-process Control.Distributed.Process.Closure No documentation available.