We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f52a91d commit f39a54aCopy full SHA for f39a54a
src/test/scala/com/fasterxml/jackson/module/scala/ser/AnyValSerializerTest.scala
@@ -10,6 +10,7 @@ object AnyValSerializerTest {
10
case class BigIntAnyValHolder(value: BigIntAnyVal)
11
}
12
13
+//see AnyVal2SerializerTest for cases that only work with Scala2 and Scala3.3 but not earlier versions of Scala3
14
class AnyValSerializerTest extends BaseFixture {
15
import AnyValSerializerTest._
16
0 commit comments