: NodeFactory.NODE_TYPE_TREENODE;
this.internalFqns = cache.getInternalFqns();
ByteArrayInputStream bais = new ByteArrayInputStream(state);
MarshalledValueInputStream in = new MarshalledValueInputStream(bais);
in.readShort(); // the version, which we discard
transientSize = in.readInt();
associatedSize = in.readInt();
persistentSize = in.readInt();
in.close();
if (log.isTraceEnabled()) {