39404142434445
@Override public Vector3fHandler marshal(Vector3f v) throws Exception { if (v==null) { return null; } return new Vector3fHandler(v); }