As far as I know if you want to exclude a class field while serializing you have to use modifier "transient". Keyword "static" has no effect on serialization.
Please let me know if there is any reliable source suggesting that "static" modifier affects serialization.