SerializerFactory

sbt.internal.inc.consistent.SerializerFactory
See theSerializerFactory companion trait

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete fields

Optimized binary format with string deduplication across multiple outputs.

Optimized binary format with string deduplication across multiple outputs.

Attributes

Simple human-readable text format, not self-describing, not optimized for performance. Has checks for structural correctness in serializer and deserializer.

Simple human-readable text format, not self-describing, not optimized for performance. Has checks for structural correctness in serializer and deserializer.

Attributes