module Database.Bolt.Serialization
  ( BoltValue (..)
  , UnpackT
  , ToStructure (..), FromStructure (..)
  ) where

import Database.Bolt.Value.Type