rpc-0.0.1: type safe rpcs provided as basic IO actions

Data.Serialize.Send

Synopsis

Documentation

hSerialize :: Serialize a => Handle -> a -> IO ()Source

Serializes an object to the given handle

hDeserialize :: Serialize a => Handle -> IO aSource

Deserializes an object to the given handle