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.

  1. class Serializable α

    data-serializer Data.Serializer

    Serializable type. put must work under assumption that it will be followed by more output.

  2. Serializable :: IsolationLevel

    hasql-transaction Hasql.Transaction.Sessions

    No documentation available.

  3. class Serializable a

    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.

  4. class Serializable a

    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.

  5. type Serializable a = (Binary a, Typeable a)

    distributed-closure Control.Distributed.Closure

    Values that can be sent across the network.

  6. type Serializable a = (Binary a, Typeable a)

    distributed-closure Control.Distributed.Closure.Internal

    Values that can be sent across the network.

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

  8. Serializable :: IsolationLevel

    persistent-mtl Database.Persist.Sql.Shim

    No documentation available.

  9. data SerializableDict a

    distributed-process Control.Distributed.Process.Closure

    Reification of Serializable (see Control.Distributed.Process.Closure)

  10. SerializableDict :: forall a . Serializable a => SerializableDict a

    distributed-process Control.Distributed.Process.Closure

    No documentation available.

Page 2 of many | Previous | Next