BitSetDeserializerModule

Adds support for deserializing Scala scala.collection.BitSets. Scala Bitsets can already be serialized using IteratorModule or DefaultScalaModule.

Do not enable this module unless you are sure that no input is accepted from untrusted sources.

Scala BitSets use memory based on the highest int value stored. So a BitSet with just one big int will use a lot more memory than a Scala BitSet with many small ints stored in it.

Since:

2.14.0

class Module
trait Versioned
class Object
trait Matchable
class Any

Value members

Inherited methods

def getDependencies(): Iterable[_ <: Module]
Inherited from:
Module
def getModuleName: String
Inherited from:
JacksonModule
def getTypeId(): <FromJavaObject>
Inherited from:
Module
Inherited from:
JacksonModule
override def version(): Version
Definition Classes
Inherited from:
JacksonModule