Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 644 Bytes

File metadata and controls

19 lines (14 loc) · 644 Bytes

Build Status

ssserializer

ssserializer, the Simple Scala Serializer, provides seamless serialization/deserialization capabilities for many Scala types without the need for any boilerplate code at all, and with a very low memory footprint at runtime.

It currently supports JSON serialization/deserialization of:

  • Value types (Int, Long, Double, Boolean...)
  • String
  • Arrays
  • Most sequence types like Seq, Vector, List
  • Set, Map
  • Standalone case classes
  • Option
  • Tuples of all arities

Requirements

sbt 1.2.8