Package org.jruby.runtime.marshal
Interface DataType
- All Known Implementing Classes:
AbstractRubyMethod,Mutex,Queue,RubyMethod,RubyObject.Data,RubyProc,RubyUnboundMethod,SizedQueue,StringIO
public interface DataType
DataType is similar to T_DATA to represent types which are incapable of getting
marshalled. This is just a marker interface.