pekko/scripts/show-serializer.sh

5 lines
127 B
Bash
Raw Normal View History

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