/* */ }
/* */
/* */ public void readObject(DataInput in) throws IOException {
/* 71 */ super.readObject(in);
/* */
/* 73 */ TransformInterpolator ti = (TransformInterpolator)this.node;
/* 74 */ ti.setTransformAxis(this.control.readTransform3D(in));
/* 75 */ this.target = in.readInt();
/* */ }