Won't this throw a NullPointer exception after deserialization?

public class NaturalIdCacheKey implements Serializable {
...
private final transient ValueHolder<String> toString;
...
public String toString() {
  return toString.getValue();
}
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira