One very useful application of these serialization libraries is to send data between Haskell servers and Haskell/GHCJS browser clients. It would be nice to see how they perform in GHCJS / whether or not they work.
I'm assuming that Multi-Language should be safe, and Haskell should be fairly safe, but Haskell-Same-Architecture clearly not.
Besides this issue flat seems to work ok in GHCJS for example.
One very useful application of these serialization libraries is to send data between Haskell servers and Haskell/GHCJS browser clients. It would be nice to see how they perform in GHCJS / whether or not they work.
I'm assuming that
Multi-Language
should be safe, andHaskell
should be fairly safe, butHaskell-Same-Architecture
clearly not.Besides this issue
flat
seems to work ok in GHCJS for example.