Skip to content

Commit

Permalink
Macro-free boopickle codecs
Browse files Browse the repository at this point in the history
Macro-free boopickle codecs, copypasted from boopickle trees dump
  • Loading branch information
pshirshov committed Mar 20, 2020
1 parent a18e66f commit aa431fd
Show file tree
Hide file tree
Showing 3 changed files with 495 additions and 75 deletions.
Expand Up @@ -160,6 +160,12 @@ private[reflect] object Default
with TuplePicklers
with MaterializePicklerFallback

private[reflect] object NoMacro
extends Base
with BasicImplicitPicklers
with TransformPicklers
with TuplePicklers

/**
* Provides basic implicit picklers without macro support for case classes
*/
Expand Down

0 comments on commit aa431fd

Please sign in to comment.