in core/src/main/scala/org/apache/pekko/persistence/jdbc/snapshot/dao/legacy/ByteArraySnapshotDao.scala [41:45]
def toSnapshotData(row: SnapshotRow): (SnapshotMetadata, Any) =
serializer.deserialize(row) match {
case Success(deserialized) => deserialized
case Failure(cause) => throw cause
}