Packages

final class SerializationSettings extends AnyRef

Customization of which serialization checks that are performed. equals must be implemented (or using case class) when verifyEquality is enabled.

Source
EventSourcedBehaviorTestKit.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SerializationSettings
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. val enabled: Boolean
  2. val verifyCommands: Boolean
  3. val verifyEquality: Boolean
  4. val verifyEvents: Boolean
  5. val verifyState: Boolean
  6. def withEnabled(value: Boolean): SerializationSettings
  7. def withVerifyCommands(value: Boolean): SerializationSettings
  8. def withVerifyEquality(value: Boolean): SerializationSettings
  9. def withVerifyEvents(value: Boolean): SerializationSettings
  10. def withVerifyState(value: Boolean): SerializationSettings