Return the ClassIndex value for the native type this object was
constructed from.
Method Detail
getNativeTypeIndex
int getNativeTypeIndex()
Return the ClassIndex value for the native type this object was
constructed from. Particularly useful for determining marshalling
format. All instances of subclasses of Hash, for example
are of Java type RubyHash, and so should utilize RubyHash marshalling
logic in addition to user-defined class marshalling logic.
Returns:
the ClassIndex of the native type this object was constructed from