Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
public interface ClassLoaderResolver {
    @Nullable
    public Object encodeClassLoader(ClassLoaderClass<?> clsLdrcls) throws IgniteException;
    public ClassLoader decodeClassLoader(String fqn, @Nullable Object obj) throws IgniteException;
}

...