Exemplo n.º 1
0
  /** {@inheritDoc} */
  @Override
  public void finishUnmarshal(GridCacheContext<K, V> ctx, ClassLoader ldr) throws GridException {
    super.finishUnmarshal(ctx, ldr);

    if (nearKeyBytes != null) nearKeys = unmarshalCollection(nearKeyBytes, ctx, ldr);
  }