pekko/scripts/show-serializer.sh

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
127 B
Bash
Raw Normal View History

#!/bin/bash
# Locate akka.serialization.Serializer.identifier()
find . -name *.scala | xargs grep "def identifier =" * | sort