ekmett / bytes

Serialization primitives that work with both cereal and binary.
http://hackage.haskell.org/package/bytes
Other
22 stars 13 forks source link

Replace host-order with network-order for Serial numeric instances #2

Closed S11001001 closed 11 years ago

S11001001 commented 11 years ago

Except Int/Word.

I'm not sure what it means to portably transmit a nonportably-sized number, so Int and Word are left as they are.