import org.apache.zookeeper.KeeperException;
public class DeserializationPerfTest extends TestCase {
private static void deserializeTree(int depth, int width, int len)
throws InterruptedException, IOException, KeeperException.NodeExistsException, KeeperException.NoNodeException {
BinaryInputArchive ia;
int count;
{
DataTree tree = new DataTree();
SerializationPerfTest.createNodes(tree, "/", depth, width, new byte[len]);
count = tree.getNodeCount();