Can be reproduce by launching demo-01 with logging in demo. You will see warnings about serializers that can't be found (you need to open http://localhost:8080 to actually get the log).
This cache manager is using heap storage only and the keys and values of its only cache are stored by reference. So the serializer won't ever be used. There is no point in creating it nor looking for it.