MCPcopy Create free account
hub / github.com/apache/fory / getClassLoader

Method getClassLoader

java/fory-core/src/main/java/org/apache/fory/Fory.java:694–696  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

692 }
693
694 public ClassLoader getClassLoader() {
695 return classLoader;
696 }
697
698 @Internal
699 SharedRegistry getSharedRegistry() {

Calls

no outgoing calls