}
@Override
public Object readResponse(ObjectDataInput in) throws IOException {
ClusterRuntimeState clusterRuntimeState = new ClusterRuntimeState();
clusterRuntimeState.readData(in);
return clusterRuntimeState;
}
@Override
public void writeData(ObjectDataOutput out) throws IOException {