You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to Marshal.dump and instance of D results in the following error
TypeError: Java type is not serializable: org.jruby.javasupport.proxy.JavaProxyConstructor$2
marshal_dump at org/jruby/java/proxies/JavaProxy.java:389
dump at org/jruby/RubyMarshal.java:101
(root) at marshal_derived.rb:16
Example java code and ruby code attached
The text was updated successfully, but these errors were encountered:
From http://jira.codehaus.org/browse/JRUBY-6886
Trying to Marshal.dump and instance of D results in the following error
Example java code and ruby code attached
The text was updated successfully, but these errors were encountered: