7172737475767778798081
value.write(bos); bos.close(); } catch (IOException ioe) { throw new RuntimeException("Could not serialize vertex value", ioe); } this.valueBytes = bos.toByteArray(); cachedValue = null; } @Override public void setValue(V value) {