19202122232425262728
final ReflectingInstantiator reflectingInst; public ClojureKryoInstantiator(Config config) { try { this.config = config; reflectingInst = new ReflectingInstantiator(config); } catch (ConfigurationException cx) { throw new RuntimeException(cx); } }