private synchronized void readObject(java.io.ObjectInputStream s)
throws IOException,ClassNotFoundException
{
this.methodSpec = HttpMethodSpec.getSpec
((String) s.readFields().get("actions",null));
this.urlPatternSpec = new URLPatternSpec(super.getName());
}