c
com.digitalasset.canton.participant.store
SerializableTimeModel
Companion object SerializableTimeModel
case class SerializableTimeModel(timeModel: LedgerTimeModel) extends HasProtoV0[TimeModel] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SerializableTimeModel
- Serializable
- Product
- Equals
- HasProtoV0
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new SerializableTimeModel(timeModel: LedgerTimeModel)
Value Members
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val timeModel: LedgerTimeModel
- def toProtoV0: TimeModel
Yields the proto representation of the class.
Yields the proto representation of the class.
Subclasses should make this method public by default, as this supports composing proto serializations. Keep it protected, if there are good reasons for it (e.g. com.digitalasset.canton.serialization.MemoizedEvidence).
- Definition Classes
- SerializableTimeModel → HasProtoV0