cereal-enumerator-0.3.1: Deserialize things with cereal and enumerator

Data.Serialize.Get.Enumerator

Synopsis

Documentation

iterGet :: Monad m => Get a -> Iteratee ByteString m aSource

Convert a Get to an Iteratee. The resulting Iteratee may fail with a ParseError.