Closed GoogleCodeExporter closed 9 years ago
1) please study the way how the class loading works
2) take a look at CustomClassLoaderConstructor
Basically, you need to instruct your JVM how to load the class definition. It
is not related to SnakeYAML. The class loader which is used with SnakeYAML must
be able to find your class (exactly as the Grails's URL class loader does)
Original comment by py4fun@gmail.com
on 14 Jul 2014 at 11:14
Original issue reported on code.google.com by
lshd...@gmail.com
on 12 Jul 2014 at 4:59