fsist / safepickle

Deliberately restricted pickling library for Scala
Apache License 2.0
15 stars 4 forks source link

Backend overrides falsify schemas #9

Open danarmak opened 9 years ago

danarmak commented 9 years ago

For instance, the default pickler for Array[Byte] has a Schema saying it writes a String, but the BSON backend overrides this behavior to write a BSONBinary instead.