At first, this is no longer an ordinary Old Java object, because it has annotations.
But being in your premise, Serializable is required in POJOs if they are intended for use on distributed systems and systems that use file caching and cleaning and reading.
Basically, JPA implementations are implemented in a distributed manner and use caching, so this ALWAYS is necessary for a Serializable implementation.
Read the discussion for more information.