redspark/src/main/java/com/github/jrubygradle/redspark
R Tyler Croy bc8cce050a
Experiment with specifying a custom serializer for Spark to use
I haven't been able to make this work, and I cannot quite figure out where the
pieces are coming together for serializing Ruby objects.

When trying my example code, there's an exception thrown, but my expected log
lines do not get printed to indicate that the RubySerializerInstance is about to
process a Ruby object
2019-05-19 21:44:29 -07:00
..
RubySerializationStream.java Experiment with specifying a custom serializer for Spark to use 2019-05-19 21:44:29 -07:00
RubySerializer.java Experiment with specifying a custom serializer for Spark to use 2019-05-19 21:44:29 -07:00
RubySerializerInstance.java Experiment with specifying a custom serializer for Spark to use 2019-05-19 21:44:29 -07:00