SwayDB icon indicating copy to clipboard operation
SwayDB copied to clipboard

Unable to create SetMap

Open simerplaha opened this issue 5 years ago • 0 comments

This following SetMap creating is not possible because it requires a combined serialiser.

implicit val setMapFunctions = Set.Functions[(Long, String), FunctionType]()
val setMap = persistent.SetMap[Long, String, FunctionType, Bag.Less](dir = "mySetMap")

could not find implicit value for parameter serializer: swaydb.serializers.Serializer[(Long, String)] implicit val setMapFunctions = Set.Functions(Long, String), FunctionType

simerplaha avatar Feb 25 '20 05:02 simerplaha