gpt4 book ai didi

json - 类型 io.circe.Encoder[scala.collection.immutable.Map[Int,Any]] 的发散隐式扩展

转载 作者:行者123 更新时间:2023-12-04 16:06:49 24 4
gpt4 key购买 nike

这段代码是我写的

import io.circe._, io.circe.generic.auto._, io.circe.parser._, io.circe.syntax._
Map(1 -> 1, 2 -> "a").asJson.toString

但我得到以下错误

cmd35.sc:1: diverging implicit expansion for type 
io.circe.Encoder[scala.collection.immutable.Map[Int,Any]]
starting with method encodeMapLike in object Encoder
val res35 = Map(1 -> 1, 2 -> "a").asJson.toString
^

最佳答案

你不能用 circe 直接序列化 Map[Int, Any]。如果 IntString 只允许用于值,则使用 Map[Int, Either[Int, String]] 而不是自定义 编码器here .

关于json - 类型 io.circe.Encoder[scala.collection.immutable.Map[Int,Any]] 的发散隐式扩展,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48387263/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com