Skip to content

uPickle is a lightweight serialization library for Scala.

Notifications You must be signed in to change notification settings

japgolly/upickle

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

I like what μPickle does; I need it to do it differently. This is my version.

This is meant for internal protocols. For public protocols including interop with external services, you will hate this; use @lihaoyi's original.

Changes

  • Scala 2.11.7 only.
  • Jawn 0.8.0.
  • Fuck macros off.
  • Fuck nulls off.
  • Objects instead of traits.
  • Nothing mixed into package object. No implicits by default.
  • Split implicits into {Base,Stdlib,Tuple}Codecs.

About

uPickle is a lightweight serialization library for Scala.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Scala 100.0%