EnumSetSerializer

sbt.internal.inc.text.EnumSetSerializer
case class EnumSetSerializer[E <: Enum[E]](allValues: Array[E])(implicit evidence$1: ClassTag[E])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def deserialize(c: Char): EnumSet[E]
def serialize(set: EnumSet[E]): Char

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product