PureSerializerState

io.github.vigoo.desert.internal.PureSerializerState
case class PureSerializerState(stringsById: Map[StringId, String], idsByString: Map[String, StringId], refsById: Map[RefId, AnyRef], idsByRef: Map[AnyRef, RefId], lastStringId: StringId, lastRefId: RefId)

Attributes

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

Members list

Concise view

Value members

Concrete methods

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product