}
private void deserialize(byte[] bytes, CAS cas, CacheEntry cacheEntry, TypeSystemImpl remoteTs,
AllowPreexistingFS allow) throws Exception {
ByteArrayInputStream istream = new ByteArrayInputStream(bytes);
ReuseInfo reuseInfo = cacheEntry.getCompress6ReuseInfo();
Serialization.deserializeCAS(cas, istream, remoteTs, reuseInfo, allow);
}