EventStore.Snapshots.SnapshotData (EventStore v1.2.1) View Source

Snapshot data.

Link to this section Summary

Link to this section Types

Specs

t() :: %EventStore.Snapshots.SnapshotData{
  created_at: DateTime.t(),
  data: binary(),
  metadata: binary(),
  source_type: String.t(),
  source_uuid: String.t(),
  source_version: non_neg_integer()
}

Link to this section Functions

Link to this function

deserialize(snapshot, serializer)

View Source
Link to this function

serialize(snapshot, serializer)

View Source