* No clear advantage over CBOR * One less choice for users * CBOR seems to have a stronger specification and therefore potential for wider adoption * Performance of CBOR is equals to Smile * Smile can be slightly more compact (I think it does more to reduce repeated field names), but that might be better to solve with good compression
This commit is contained in:
parent
6e93bef605
commit
6660e8504a
7 changed files with 6 additions and 34 deletions
|
|
@ -103,8 +103,6 @@ class ScalaTestEventMigration extends JacksonMigration {
|
|||
|
||||
class JacksonCborSerializerSpec extends JacksonSerializerSpec("jackson-cbor")
|
||||
|
||||
class JacksonSmileSerializerSpec extends JacksonSerializerSpec("jackson-smile")
|
||||
|
||||
class JacksonJsonSerializerSpec extends JacksonSerializerSpec("jackson-json") {
|
||||
|
||||
def serializeToJsonString(obj: AnyRef, sys: ActorSystem = system): String = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue