Object
All of the on-wire type codes.
# File lib/thrift/protocol/compact_protocol.rb, line 89 def self.get_compact_type(ttype) val = TTYPE_TO_COMPACT[ttype] raise "don't know what type: #{ttype & 0x0f}" unless val val end
Generated with the Darkfish Rdoc Generator 2.