filepath-crypto-0.0.0.3: Reversable and secure encoding of object ids as filepaths

Safe HaskellNone
LanguageHaskell2010

Data.Binary.SerializationLength

Contents

Synopsis

Documentation

class KnownNat (SerializationLength a) => HasFixedSerializationLength a Source #

The class of types for which the result of serialization with Data.Binary is known statically to be of a certain length

Associated Types

type SerializationLength a :: Nat Source #

The SerializationLength is given in bytes at type level

Orphan instances