class Thrift::Utf8JsonProtocol

Public Instance Methods

read_string() click to toggle source
Calls superclass method
# File lib/thrift/utf8_json.rb, line 6
def read_string
  super.force_encoding('UTF-8')
end