- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在查看由 eigengo 编写的 Typesafe 的 Activator 中“Akka and Spray”教程的代码。我不明白 jsonFormat1, jsonFormat2, ... jsonFormatN 是在哪里定义的,以及它是如何做的。implicit val sendMessageFormat = jsonFormat2(SendMessage)
上面的代码片段在 scala > api > MessengerService.scala
谢谢你。
最佳答案
基本上,N
在 jsonFormatN
表示您尝试使用的类的参数数量 Marshall/Unmarshall .
摘自 link发表者 Ashalynd :
The jsonFormatX methods reduce the boilerplate to a minimum, just pass the right one the companion object of your case class and it will return a ready-to-use JsonFormat for your type (the right one is the one matching the number of arguments to your case class constructor, e.g. if your case class has 13 fields you need to use the jsonFormat13 method).
关于json - 喷洒中的 jsonFormatN 中的 N 是什么意思?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30565329/
我正在查看由 eigengo 编写的 Typesafe 的 Activator 中“Akka and Spray”教程的代码。我不明白 jsonFormat1, jsonFormat2, ... js
我是一名优秀的程序员,十分优秀!