Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 615 Bytes

Serialization.md

File metadata and controls

18 lines (14 loc) · 615 Bytes

##Serialization

  1. pickling
    Scala Pickling is an automatic serialization framework made for Scala.
    Project Source: https://github.com/scala/pickling
    Project Homepage: http://lampwww.epfl.ch/~hmiller/pickling/

  2. salat
    Salat is a simple serialization library for case classes.
    Project Source: https://github.com/novus/salat

  3. chill
    Scala extensions for the Kryo serialization library.
    Project Source: https://github.com/twitter/chill

  4. scodec
    Scala combinator library for working with binary data.
    Project Source: https://github.com/scodec/scodec