/** {@inheritDoc} */
  @Override
  public void p2pUnmarshal(GridCacheContext<K, V> ctx, ClassLoader ldr) throws GridException {
    super.p2pUnmarshal(ctx, ldr);

    if (filter == null) filter = unmarshalFilter(filterBytes, ctx, ldr);
  }